diff options
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} |