public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libICE/
Date: Tue, 20 Dec 2022 04:11:14 +0000 (UTC)	[thread overview]
Message-ID: <1671508207.2eae140a06f19c118d6bac79110125f4ec9e99c2.mattst88@gentoo> (raw)

commit:     2eae140a06f19c118d6bac79110125f4ec9e99c2
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 03:45:37 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 03:50:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eae140a

x11-libs/libICE: Remove xorg-proto/xtrans from RDEPEND

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/libICE/{libICE-1.1.1.ebuild => libICE-1.1.1-r1.ebuild} | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/x11-libs/libICE/libICE-1.1.1.ebuild b/x11-libs/libICE/libICE-1.1.1-r1.ebuild
similarity index 90%
rename from x11-libs/libICE/libICE-1.1.1.ebuild
rename to x11-libs/libICE/libICE-1.1.1-r1.ebuild
index 4166e1d11bec..8181872ecff1 100644
--- a/x11-libs/libICE/libICE-1.1.1.ebuild
+++ b/x11-libs/libICE/libICE-1.1.1-r1.ebuild
@@ -10,13 +10,15 @@ inherit xorg-3
 DESCRIPTION="X.Org Inter-Client Exchange library"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 
-DEPEND="x11-base/xorg-proto
-	x11-libs/xtrans"
-RDEPEND="${DEPEND}
+RDEPEND="
 	elibc_glibc? (
 		|| ( >=sys-libs/glibc-2.36 dev-libs/libbsd[${MULTILIB_USEDEP}] )
 	)
 "
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto
+	x11-libs/xtrans
+"
 
 XORG_CONFIGURE_OPTIONS=(
 	--enable-ipv6


             reply	other threads:[~2022-12-20  4:11 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-20  4:11 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-26 20:34 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libICE/ Matt Turner
2025-01-24  3:55 Matt Turner
2025-01-18  7:11 Arthur Zamarin
2025-01-18  0:30 Jakov Smolić
2025-01-18  0:30 Jakov Smolić
2025-01-18  0:30 Jakov Smolić
2025-01-17 19:29 Arthur Zamarin
2025-01-17 19:11 Arthur Zamarin
2025-01-17 19:11 Arthur Zamarin
2024-12-13 23:47 Matt Turner
2023-01-26 17:47 Matt Turner
2023-01-24 18:29 Arthur Zamarin
2023-01-24 18:27 Arthur Zamarin
2023-01-24  1:00 Sam James
2022-12-06  9:14 Sam James
2022-12-04  3:03 Matt Turner
2022-05-08  3:10 WANG Xuerui
2022-02-17  7:12 Matt Turner
2022-01-01 15:53 James Le Cuirot
2021-09-23 20:13 Sam James
2021-05-02 15:24 Matt Turner
2020-12-27 18:28 Fabian Groffen
2019-09-21 17:11 Matt Turner
2019-09-21 13:45 Sergei Trofimovich
2019-09-21  0:15 Mikle Kolyada
2019-09-21  0:15 Mikle Kolyada
2019-09-20 21:32 Aaron Bauman
2019-09-20 12:17 Agostino Sarubbo
2019-09-20 12:14 Agostino Sarubbo
2019-09-20 12:10 Agostino Sarubbo
2019-09-20 12:08 Agostino Sarubbo
2019-09-20 12:06 Agostino Sarubbo
2019-07-14 18:23 Matt Turner
2019-06-12 17:08 Michael Haubenwallner
2018-06-28 13:55 Mikle Kolyada
2017-06-18 15:14 Alexis Ballier
2017-03-16 16:13 Matt Turner
2017-03-16  8:15 Jeroen Roovers
2017-03-11 18:59 Agostino Sarubbo
2017-03-10 12:53 Agostino Sarubbo
2017-03-10  9:09 Agostino Sarubbo
2017-03-08  7:44 Michael Weber
2017-03-06 15:50 Tobias Klausmann
2017-01-29 21:11 Fabian Groffen
2017-01-21  1:46 Matt Turner
2017-01-20 18:09 Matt Turner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1671508207.2eae140a06f19c118d6bac79110125f4ec9e99c2.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox