diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-02-20 10:04:28 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-02-20 10:04:28 -0800 |
commit | c428e1ba2eefecb30ffec7e0d0e12a5f2c2c915b (patch) | |
tree | 63eb8d427e46fb6ec83c5d06747157c11daf8848 /x11-proto/xf86driproto | |
parent | x11-base/xorg-drivers: Add xf86-video-vboxvideo (diff) | |
download | gentoo-c428e1ba2eefecb30ffec7e0d0e12a5f2c2c915b.tar.gz gentoo-c428e1ba2eefecb30ffec7e0d0e12a5f2c2c915b.tar.bz2 gentoo-c428e1ba2eefecb30ffec7e0d0e12a5f2c2c915b.zip |
x11-proto: Move x11-proto/xorgproto to RDEPEND
Diffstat (limited to 'x11-proto/xf86driproto')
-rw-r--r-- | x11-proto/xf86driproto/xf86driproto-2.1.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-proto/xf86driproto/xf86driproto-2.1.1-r2.ebuild b/x11-proto/xf86driproto/xf86driproto-2.1.1-r2.ebuild index 385b39e2e609..640d2c0024fc 100644 --- a/x11-proto/xf86driproto/xf86driproto-2.1.1-r2.ebuild +++ b/x11-proto/xf86driproto/xf86driproto-2.1.1-r2.ebuild @@ -11,5 +11,5 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -RDEPEND="" -DEPEND="x11-proto/xorgproto" +DEPEND="" +RDEPEND="x11-proto/xorgproto" |