diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-31 17:26:07 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-31 17:26:07 +0000 |
commit | cbb2278c52e34595e0d27bdb8fcb0931ae4718cb (patch) | |
tree | 8fb78f5c16af47b03812472611996c1a72ad5f9c /dev-scheme/guile/guile-1.8.3.ebuild | |
parent | ruby enables USE berkdb and gdbm by itself now, and there was a false flag as... (diff) | |
download | historical-cbb2278c52e34595e0d27bdb8fcb0931ae4718cb.tar.gz historical-cbb2278c52e34595e0d27bdb8fcb0931ae4718cb.tar.bz2 historical-cbb2278c52e34595e0d27bdb8fcb0931ae4718cb.zip |
Move USE defaults deprecated, regex and threads from profiles/base/package.use to here.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-scheme/guile/guile-1.8.3.ebuild')
-rw-r--r-- | dev-scheme/guile/guile-1.8.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-scheme/guile/guile-1.8.3.ebuild b/dev-scheme/guile/guile-1.8.3.ebuild index f66908b63c5a..b4bada5c65a5 100644 --- a/dev-scheme/guile/guile-1.8.3.ebuild +++ b/dev-scheme/guile/guile-1.8.3.ebuild @@ -1,7 +1,8 @@ -# 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/dev-scheme/guile/guile-1.8.3.ebuild,v 1.1 2007/10/17 10:42:43 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.3.ebuild,v 1.2 2009/07/31 17:26:07 ssuominen Exp $ +EAPI=1 inherit eutils autotools flag-o-matic DESCRIPTION="Scheme interpreter" @@ -19,7 +20,7 @@ DEPEND=">=dev-libs/gmp-4.1 >=sys-devel/libtool-1.5.6 sys-devel/gettext" SLOT="12" MAJOR="1.8" -IUSE="networking regex discouraged deprecated elisp nls debug-freelist debug-malloc debug threads" +IUSE="networking +regex discouraged +deprecated elisp nls debug-freelist debug-malloc debug +threads" src_unpack() { unpack ${A} |