diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-02-26 11:05:41 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-02-26 11:08:19 -0800 |
commit | e6ac2d85289f84c33d04012576244abe61269044 (patch) | |
tree | 7ca391ea507ff7689863bdb8c14b6de11383f65d /x11-proto/fixesproto | |
parent | net-libs/nativebiginteger: Drop old (diff) | |
download | gentoo-e6ac2d85289f84c33d04012576244abe61269044.tar.gz gentoo-e6ac2d85289f84c33d04012576244abe61269044.tar.bz2 gentoo-e6ac2d85289f84c33d04012576244abe61269044.zip |
x11: Move x11-proto/xorgproto to x11-base/xorg-proto
Once the individual x11-proto/ packages subsumed by xorg-proto are gone,
the x11-proto/ category will contain only xcb-proto, printproto (should
be tree cleaned) and xorgproto. That's not enough packages for a
category, so move xorgproto to x11-base/xorg-proto (with the hyphen to
match other packages in x11-base/).
Diffstat (limited to 'x11-proto/fixesproto')
-rw-r--r-- | x11-proto/fixesproto/fixesproto-5.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-proto/fixesproto/fixesproto-5.0-r2.ebuild b/x11-proto/fixesproto/fixesproto-5.0-r2.ebuild index f3e7178a7015..742d2ae6fc62 100644 --- a/x11-proto/fixesproto/fixesproto-5.0-r2.ebuild +++ b/x11-proto/fixesproto/fixesproto-5.0-r2.ebuild @@ -14,4 +14,4 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spa IUSE="" DEPEND="" -RDEPEND="x11-proto/xorgproto" +RDEPEND="x11-base/xorg-proto" |