diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-02-25 21:57:51 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-02-25 21:57:51 +0000 |
commit | 40fc56dee34babe776911550081a38bcffe82e6b (patch) | |
tree | 634e763a38a8d3cb42eeb4c0c0db57557afce3db /x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild | |
parent | Enable multilib. (diff) | |
download | gentoo-2-40fc56dee34babe776911550081a38bcffe82e6b.tar.gz gentoo-2-40fc56dee34babe776911550081a38bcffe82e6b.tar.bz2 gentoo-2-40fc56dee34babe776911550081a38bcffe82e6b.zip |
Enable multilib.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild')
-rw-r--r-- | x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild b/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild new file mode 100644 index 000000000000..ee138452395b --- /dev/null +++ b/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild,v 1.1 2013/02/25 21:57:51 mgorny Exp $ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org XF86DGA protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND="!<x11-libs/libXxf86dga-1.0.99.1" +DEPEND="${RDEPEND}" |