diff options
author | 2004-06-01 19:25:48 +0000 | |
---|---|---|
committer | 2004-06-01 19:25:48 +0000 | |
commit | de2fdb04f29705ca7b8aba6c257a9e219832b475 (patch) | |
tree | 984afa145a3d5ccbf8f1ef2e2f2e8fd122ade89c /x11-misc | |
parent | Version bumped. Closes 52640 (Manifest recommit) (diff) | |
download | gentoo-2-de2fdb04f29705ca7b8aba6c257a9e219832b475.tar.gz gentoo-2-de2fdb04f29705ca7b8aba6c257a9e219832b475.tar.bz2 gentoo-2-de2fdb04f29705ca7b8aba6c257a9e219832b475.zip |
Fixed IUSE
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/root-portal/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/root-portal/root-portal-0.4.11.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/root-portal/ChangeLog b/x11-misc/root-portal/ChangeLog index a0e3406d2264..70101a18467d 100644 --- a/x11-misc/root-portal/ChangeLog +++ b/x11-misc/root-portal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/root-portal # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.10 2004/04/27 20:48:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.11 2004/06/01 19:25:48 tseng Exp $ + + 01 Jun 2004; Brandon Hale <tseng@gentoo.org> root-portal-0.4.11.ebuild: + Fixed IUSE 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> root-portal-0.4.11.ebuild: Add inherit eutils diff --git a/x11-misc/root-portal/root-portal-0.4.11.ebuild b/x11-misc/root-portal/root-portal-0.4.11.ebuild index bd583c523131..f92e6884708b 100644 --- a/x11-misc/root-portal/root-portal-0.4.11.ebuild +++ b/x11-misc/root-portal/root-portal-0.4.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.4.11.ebuild,v 1.7 2004/04/27 20:48:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.4.11.ebuild,v 1.8 2004/06/01 19:25:48 tseng Exp $ inherit debug eutils @@ -11,7 +11,8 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" -IUSE="gnome" +#IUSE="gnome" +IUSE="" # Build-time dependencies, such as # ssl? ( >=openssl-0.9.6b ) |