diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-21 17:09:10 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-21 17:09:10 +0000 |
commit | 0020c773b6162ba7c6d437c6b055d02e2ebad40e (patch) | |
tree | c51d2920e087120db85cbf054681da87031ce716 /x11-proto/dri2proto/dri2proto-2.8-r1.ebuild | |
parent | Convert to multilib. (diff) | |
download | gentoo-2-0020c773b6162ba7c6d437c6b055d02e2ebad40e.tar.gz gentoo-2-0020c773b6162ba7c6d437c6b055d02e2ebad40e.tar.bz2 gentoo-2-0020c773b6162ba7c6d437c6b055d02e2ebad40e.zip |
Convert to multilib.
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-proto/dri2proto/dri2proto-2.8-r1.ebuild')
-rw-r--r-- | x11-proto/dri2proto/dri2proto-2.8-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-proto/dri2proto/dri2proto-2.8-r1.ebuild b/x11-proto/dri2proto/dri2proto-2.8-r1.ebuild new file mode 100644 index 000000000000..3451cfe40c11 --- /dev/null +++ b/x11-proto/dri2proto/dri2proto-2.8-r1.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/dri2proto/dri2proto-2.8-r1.ebuild,v 1.1 2013/09/21 17:09:10 mgorny Exp $ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org DRI2 protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |