diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-05-21 22:27:48 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-05-21 18:05:14 -0700 |
commit | 04bfef88f9e972f61de0ed0d2af27ff0ce0823bd (patch) | |
tree | ee0e18adbc3646b38b920b017269624d8c41570b /x11-terms/rxvt-unicode | |
parent | x11-plugins/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto). (diff) | |
download | gentoo-04bfef88f9e972f61de0ed0d2af27ff0ce0823bd.tar.gz gentoo-04bfef88f9e972f61de0ed0d2af27ff0ce0823bd.tar.bz2 gentoo-04bfef88f9e972f61de0ed0d2af27ff0ce0823bd.zip |
x11-terms/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'x11-terms/rxvt-unicode')
4 files changed, 7 insertions, 7 deletions
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild index 089a6cb89b44..91c9ca6b1e95 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -31,7 +31,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} virtual/pkgconfig - x11-proto/xproto + x11-base/xorg-proto " RESTRICT="test" diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild index 45473bda488c..7757a64a9648 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild @@ -31,7 +31,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} virtual/pkgconfig - x11-proto/xproto + x11-base/xorg-proto " PATCHES=( "${FILESDIR}"/${PN}-9.06-case-insensitive-fs.patch diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.22.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.22.ebuild index d690b6b09cd5..e60a08adddf4 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.22.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -31,7 +31,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} virtual/pkgconfig - x11-proto/xproto + x11-base/xorg-proto " RESTRICT="test" diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild index 43645a40943a..9a25833630ec 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,7 +33,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} virtual/pkgconfig - x11-proto/xproto + x11-base/xorg-proto " S=${WORKDIR}/${PN} |