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 | |
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!)
-rw-r--r-- | x11-proto/xf86dgaproto/ChangeLog | 10 | ||||
-rw-r--r-- | x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild | 16 |
2 files changed, 23 insertions, 3 deletions
diff --git a/x11-proto/xf86dgaproto/ChangeLog b/x11-proto/xf86dgaproto/ChangeLog index ffa8140acb7c..7764e2a711e4 100644 --- a/x11-proto/xf86dgaproto/ChangeLog +++ b/x11-proto/xf86dgaproto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-proto/xf86dgaproto -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86dgaproto/ChangeLog,v 1.59 2012/08/26 18:26:54 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86dgaproto/ChangeLog,v 1.60 2013/02/25 21:57:51 mgorny Exp $ + +*xf86dgaproto-2.1-r2 (25 Feb 2013) + + 25 Feb 2013; Michał Górny <mgorny@gentoo.org> +xf86dgaproto-2.1-r2.ebuild: + Enable multilib. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xf86dgaproto-2.1-r1.ebuild: alpha/ia64/s390/sh/sparc stable wrt #419473 @@ -206,4 +211,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xf86dgaproto-2.0.ebuild: Initial commit for modular X - 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}" |