diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-05-12 02:20:37 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-05-11 17:32:41 -0700 |
commit | b1bded37f8f09ce2c35805d365694dab7569fc27 (patch) | |
tree | 84be293c16cfa89028e76f8eb38008983bd2cfc5 /x11-apps/rgb | |
parent | net-wireless/gnome-bluetooth: Update dependencies (x11-proto/* -> x11-base/xo... (diff) | |
download | gentoo-b1bded37f8f09ce2c35805d365694dab7569fc27.tar.gz gentoo-b1bded37f8f09ce2c35805d365694dab7569fc27.tar.bz2 gentoo-b1bded37f8f09ce2c35805d365694dab7569fc27.zip |
x11-apps/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'x11-apps/rgb')
-rw-r--r-- | x11-apps/rgb/rgb-1.0.5.ebuild | 4 | ||||
-rw-r--r-- | x11-apps/rgb/rgb-1.0.6.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-apps/rgb/rgb-1.0.5.ebuild b/x11-apps/rgb/rgb-1.0.5.ebuild index cdc6a73115a2..79ed018a5ac0 100644 --- a/x11-apps/rgb/rgb-1.0.5.ebuild +++ b/x11-apps/rgb/rgb-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,4 +11,4 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-f IUSE="" RDEPEND="" DEPEND="${RDEPEND} - x11-proto/xproto" + x11-base/xorg-proto" diff --git a/x11-apps/rgb/rgb-1.0.6.ebuild b/x11-apps/rgb/rgb-1.0.6.ebuild index 8dc4a3f076f2..16d1e459c1ca 100644 --- a/x11-apps/rgb/rgb-1.0.6.ebuild +++ b/x11-apps/rgb/rgb-1.0.6.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 @@ -11,5 +11,5 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ IUSE="" RDEPEND="" DEPEND="${RDEPEND} - x11-misc/util-macros - x11-proto/xproto" + x11-base/xorg-proto + x11-misc/util-macros" |