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/presentproto | |
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/presentproto')
-rw-r--r-- | x11-proto/presentproto/presentproto-1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-proto/presentproto/presentproto-1.1-r1.ebuild b/x11-proto/presentproto/presentproto-1.1-r1.ebuild index 43c75d92086e..09e0205d97ee 100644 --- a/x11-proto/presentproto/presentproto-1.1-r1.ebuild +++ b/x11-proto/presentproto/presentproto-1.1-r1.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" |