diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-08-03 15:59:12 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-08-03 15:59:12 +0000 |
commit | 0709a418c6870d166a19082ca60a3cc99da369ea (patch) | |
tree | 90342d75ba47d4b22555912258e0973dd474c68c /app-shells/scsh-install-lib | |
parent | Add app-vim as converted category, GLEP 56. (diff) | |
download | gentoo-2-0709a418c6870d166a19082ca60a3cc99da369ea.tar.gz gentoo-2-0709a418c6870d166a19082ca60a3cc99da369ea.tar.bz2 gentoo-2-0709a418c6870d166a19082ca60a3cc99da369ea.zip |
Add missing IUSE variable
(Portage version: 2.2_rc5/cvs/Linux 2.6.25-gentoo-r4 i686)
Diffstat (limited to 'app-shells/scsh-install-lib')
-rw-r--r-- | app-shells/scsh-install-lib/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-shells/scsh-install-lib/ChangeLog b/app-shells/scsh-install-lib/ChangeLog index 089d4ad89f8e..61c44c898195 100644 --- a/app-shells/scsh-install-lib/ChangeLog +++ b/app-shells/scsh-install-lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/scsh-install-lib # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh-install-lib/ChangeLog,v 1.4 2008/08/03 15:23:04 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh-install-lib/ChangeLog,v 1.5 2008/08/03 15:59:12 pchrist Exp $ + + 03 Aug 2008; Panagiotis Christopoulos <pchrist@gentoo.org> + scsh-install-lib-1.3.0.ebuild: + Add missing IUSE variable 03 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: Add USE flag description to metadata wrt GLEP 56. diff --git a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild index 0091706f658c..363a72b1552f 100644 --- a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild +++ b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild,v 1.1 2006/01/05 18:14:14 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild,v 1.2 2008/08/03 15:59:12 pchrist Exp $ inherit scsh @@ -11,6 +11,7 @@ SRC_URI="http://lamp.epfl.ch/~schinz/scsh_packages/${P}.tar.gz" LICENSE="as-is BSD" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND=">=app-shells/scsh-0.6.6" |