diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-07 12:42:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-07 12:42:32 +0000 |
commit | ed2ac6d8fbaa5613d3cead49ca04173a64e294bf (patch) | |
tree | 12f488d1cbc80a5e5745c866c39c051fee6793c9 | |
parent | add a note regarding IUSE and pcmcia (diff) | |
download | gentoo-2-ed2ac6d8fbaa5613d3cead49ca04173a64e294bf.tar.gz gentoo-2-ed2ac6d8fbaa5613d3cead49ca04173a64e294bf.tar.bz2 gentoo-2-ed2ac6d8fbaa5613d3cead49ca04173a64e294bf.zip |
don't put livecd in IUSE
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | x11-misc/mkxf86config/mkxf86config-0.8-r3.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/mkxf86config/mkxf86config-0.9.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/mkxf86config/mkxf86config-0.8-r3.ebuild b/x11-misc/mkxf86config/mkxf86config-0.8-r3.ebuild index c286c06b9f28..1d3b1a6e2d66 100644 --- a/x11-misc/mkxf86config/mkxf86config-0.8-r3.ebuild +++ b/x11-misc/mkxf86config/mkxf86config-0.8-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/mkxf86config-0.8-r3.ebuild,v 1.5 2005/03/06 04:35:53 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/mkxf86config-0.8-r3.ebuild,v 1.6 2005/07/07 12:42:32 agriffis Exp $ inherit eutils -IUSE="livecd" +IUSE="" MY_PN="xf86config-knoppix" MY_PV="${PV}-5" diff --git a/x11-misc/mkxf86config/mkxf86config-0.9.ebuild b/x11-misc/mkxf86config/mkxf86config-0.9.ebuild index ebeabe6ed9fd..82c5be91c652 100644 --- a/x11-misc/mkxf86config/mkxf86config-0.9.ebuild +++ b/x11-misc/mkxf86config/mkxf86config-0.9.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/mkxf86config-0.9.ebuild,v 1.1 2005/02/23 16:03:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/mkxf86config-0.9.ebuild,v 1.2 2005/07/07 12:42:32 agriffis Exp $ inherit eutils -IUSE="livecd" +IUSE="" DESCRIPTION="xorg-x11 configuration builder for Gentoo" SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2" |