diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 11:41:13 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 11:41:13 +0000 |
commit | d744f7b1eb27dc923ca9b81b9073533a36ccca01 (patch) | |
tree | d344d650ef125d5d1a884e029bb0f46c63f1bb4a /x11-base/xorg-x11 | |
parent | Add www-misc/zoneminder-1.24.2; fixes bug #262019 and security bug #236517. (diff) | |
download | gentoo-2-d744f7b1eb27dc923ca9b81b9073533a36ccca01.tar.gz gentoo-2-d744f7b1eb27dc923ca9b81b9073533a36ccca01.tar.bz2 gentoo-2-d744f7b1eb27dc923ca9b81b9073533a36ccca01.zip |
Missing IUSE
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-base/xorg-x11')
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-7.2.ebuild | 5 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-7.3.ebuild | 5 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-7.4.ebuild | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-base/xorg-x11/xorg-x11-7.2.ebuild b/x11-base/xorg-x11/xorg-x11-7.2.ebuild index 90195f668805..261e1bcb622f 100644 --- a/x11-base/xorg-x11/xorg-x11-7.2.ebuild +++ b/x11-base/xorg-x11/xorg-x11-7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-7.2.ebuild,v 1.15 2008/10/14 18:09:33 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-7.2.ebuild,v 1.16 2009/08/03 11:41:13 ssuominen Exp $ inherit eutils @@ -10,6 +10,7 @@ HOMEPAGE="http://xorg.freedesktop.org" LICENSE="as-is" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" +IUSE="" # Collision protect will scream bloody murder if we install over old versions RDEPEND="!<=x11-base/xorg-x11-6.9" diff --git a/x11-base/xorg-x11/xorg-x11-7.3.ebuild b/x11-base/xorg-x11/xorg-x11-7.3.ebuild index 3abe5042100b..73bad955c739 100644 --- a/x11-base/xorg-x11/xorg-x11-7.3.ebuild +++ b/x11-base/xorg-x11/xorg-x11-7.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-7.3.ebuild,v 1.3 2007/10/09 07:43:49 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-7.3.ebuild,v 1.4 2009/08/03 11:41:13 ssuominen Exp $ inherit eutils @@ -10,6 +10,7 @@ HOMEPAGE="http://xorg.freedesktop.org" LICENSE="as-is" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" # Collision protect will scream bloody murder if we install over old versions RDEPEND="!<=x11-base/xorg-x11-6.9" diff --git a/x11-base/xorg-x11/xorg-x11-7.4.ebuild b/x11-base/xorg-x11/xorg-x11-7.4.ebuild index b2728eee539d..6b843c053eb0 100644 --- a/x11-base/xorg-x11/xorg-x11-7.4.ebuild +++ b/x11-base/xorg-x11/xorg-x11-7.4.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-base/xorg-x11/xorg-x11-7.4.ebuild,v 1.14 2009/06/23 21:34:10 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-7.4.ebuild,v 1.15 2009/08/03 11:41:13 ssuominen Exp $ inherit eutils @@ -10,6 +10,7 @@ HOMEPAGE="http://xorg.freedesktop.org" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" # Collision protect will scream bloody murder if we install over old versions RDEPEND="!<=x11-base/xorg-x11-6.9" |