From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F36DF158094 for ; Sat, 30 Jul 2022 08:45:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 227A8E108D; Sat, 30 Jul 2022 08:45:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05D72E108D for ; Sat, 30 Jul 2022 08:45:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16BEB33BEA5 for ; Sat, 30 Jul 2022 08:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 836D246A for ; Sat, 30 Jul 2022 08:45:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1659170729.37910848e4b0513a4ac1ab73b41730dfbbfb294b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphicsmagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/graphicsmagick/graphicsmagick-1.3.38-r1.ebuild media-gfx/graphicsmagick/graphicsmagick-1.3.38-r2.ebuild media-gfx/graphicsmagick/graphicsmagick-9999.ebuild X-VCS-Directories: media-gfx/graphicsmagick/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 37910848e4b0513a4ac1ab73b41730dfbbfb294b X-VCS-Branch: master Date: Sat, 30 Jul 2022 08:45:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 11ae293c-e40a-448c-b564-0fcd5fec5aa7 X-Archives-Hash: f019aa6d14cbb10dcaec8b328fd87b98 commit: 37910848e4b0513a4ac1ab73b41730dfbbfb294b Author: Sam James gentoo org> AuthorDate: Sat Jul 30 08:45:03 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 30 08:45:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37910848 media-gfx/graphicsmagick: add libX11 dep too Got so carried away with the other bits that I forgot about this one. Fixes: 362e9b8b81b47da9c015abf3af60a705609a0080 Signed-off-by: Sam James gentoo.org> .../{graphicsmagick-1.3.38-r1.ebuild => graphicsmagick-1.3.38-r2.ebuild} | 1 + media-gfx/graphicsmagick/graphicsmagick-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.38-r1.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.3.38-r2.ebuild similarity index 99% rename from media-gfx/graphicsmagick/graphicsmagick-1.3.38-r1.ebuild rename to media-gfx/graphicsmagick/graphicsmagick-1.3.38-r2.ebuild index f3cdeac277df..b206d3380cfd 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-1.3.38-r1.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.38-r2.ebuild @@ -56,6 +56,7 @@ RDEPEND=" wmf? ( media-libs/libwmf ) X? ( x11-libs/libSM + x11-libs/libX11 x11-libs/libXext ) zlib? ( sys-libs/zlib ) diff --git a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild index c3cfd69b4baf..889ce23dc4ff 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild @@ -56,6 +56,7 @@ RDEPEND=" wmf? ( media-libs/libwmf ) X? ( x11-libs/libSM + x11-libs/libX11 x11-libs/libXext ) zlib? ( sys-libs/zlib )