diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-04 15:21:42 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-04 15:21:42 +0000 |
commit | 10c14cf27f4c3dcff25843b5ad47841562cec4d3 (patch) | |
tree | 2fee6e5a25d27702d3bf64567d05679297374deb /x11-libs | |
parent | Move use_ functions out of global scope. (diff) | |
download | gentoo-2-10c14cf27f4c3dcff25843b5ad47841562cec4d3.tar.gz gentoo-2-10c14cf27f4c3dcff25843b5ad47841562cec4d3.tar.bz2 gentoo-2-10c14cf27f4c3dcff25843b5ad47841562cec4d3.zip |
Define IUSE for repoman in some old ebuilds.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/pixman/pixman-0.10.0.ebuild | 3 | ||||
-rw-r--r-- | x11-libs/pixman/pixman-0.9.6.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-libs/pixman/pixman-0.10.0.ebuild b/x11-libs/pixman/pixman-0.10.0.ebuild index 4f22fe131638..083af2d01832 100644 --- a/x11-libs/pixman/pixman-0.10.0.ebuild +++ b/x11-libs/pixman/pixman-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.10.0.ebuild,v 1.8 2009/02/24 18:18:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.10.0.ebuild,v 1.9 2009/05/04 15:21:42 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,3 +9,4 @@ inherit x-modular DESCRIPTION="Low-level pixel manipulation routines" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +IUSE="" diff --git a/x11-libs/pixman/pixman-0.9.6.ebuild b/x11-libs/pixman/pixman-0.9.6.ebuild index 9301e212e918..24056d0a845c 100644 --- a/x11-libs/pixman/pixman-0.9.6.ebuild +++ b/x11-libs/pixman/pixman-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.9.6.ebuild,v 1.1 2007/11/07 09:33:07 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.9.6.ebuild,v 1.2 2009/05/04 15:21:42 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,3 +9,4 @@ inherit x-modular DESCRIPTION="Low-level pixel manipulation routines" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" |