diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:12:06 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:12:06 +0000 |
commit | 875526056afe42e8fb9ed79c8301fd0cca1e2b77 (patch) | |
tree | b99d6022af8e70f93c11481e326035d84bf3b109 /dev-util/shc/shc-3.7.ebuild | |
parent | sync IUSE (-X) (Manifest recommit) (diff) | |
download | gentoo-2-875526056afe42e8fb9ed79c8301fd0cca1e2b77.tar.gz gentoo-2-875526056afe42e8fb9ed79c8301fd0cca1e2b77.tar.bz2 gentoo-2-875526056afe42e8fb9ed79c8301fd0cca1e2b77.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-util/shc/shc-3.7.ebuild')
-rw-r--r-- | dev-util/shc/shc-3.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/shc/shc-3.7.ebuild b/dev-util/shc/shc-3.7.ebuild index 1a75a2777695..906b958f17af 100644 --- a/dev-util/shc/shc-3.7.ebuild +++ b/dev-util/shc/shc-3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.7.ebuild,v 1.4 2004/07/02 05:13:22 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.7.ebuild,v 1.5 2004/07/15 00:08:02 agriffis Exp $ DESCRIPTION="A (shell-) script compiler/scrambler" HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" @@ -9,6 +9,7 @@ SRC_URI="http://www.datsi.fi.upm.es/~frosal/sources/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc alpha" +IUSE="" DEPEND="virtual/libc" |