diff options
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} |