diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-11-22 00:23:50 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-11-22 00:23:50 +0000 |
commit | 4ccb1d936b0d30d924da6edfb8a7aef34b8d2f65 (patch) | |
tree | 4880a9798d6de5b579eab3b0a147dc2e8935ae5b /sci-mathematics/gretl | |
parent | version bump (bug #199083) (diff) | |
download | gentoo-2-4ccb1d936b0d30d924da6edfb8a7aef34b8d2f65.tar.gz gentoo-2-4ccb1d936b0d30d924da6edfb8a7aef34b8d2f65.tar.bz2 gentoo-2-4ccb1d936b0d30d924da6edfb8a7aef34b8d2f65.zip |
Now force nls (see bug #198720), and do not force both shared and static
(Portage version: 2.1.3.19)
Diffstat (limited to 'sci-mathematics/gretl')
-rw-r--r-- | sci-mathematics/gretl/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/gretl/gretl-1.6.5.ebuild | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/sci-mathematics/gretl/ChangeLog b/sci-mathematics/gretl/ChangeLog index 5825f8a004c8..0b4a4fa6b710 100644 --- a/sci-mathematics/gretl/ChangeLog +++ b/sci-mathematics/gretl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/gretl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.2 2007/11/12 18:28:28 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.3 2007/11/22 00:23:50 bicatali Exp $ + + 21 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org> gretl-1.6.5.ebuild: + Now force nls (see bug #198720), and do not force both shared and static (do it + with EXTRA_ECONF) 12 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org> +files/gretl-1.6.5-cli.patch, +files/gretl-1.6.5-nls.patch, diff --git a/sci-mathematics/gretl/gretl-1.6.5.ebuild b/sci-mathematics/gretl/gretl-1.6.5.ebuild index ca97a9327647..36957f9d6517 100644 --- a/sci-mathematics/gretl/gretl-1.6.5.ebuild +++ b/sci-mathematics/gretl/gretl-1.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.6.5.ebuild,v 1.2 2007/11/12 18:28:28 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.6.5.ebuild,v 1.3 2007/11/22 00:23:50 bicatali Exp $ inherit eutils gnome2 @@ -12,7 +12,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="accessibility gmp gnome gtk nls png readline sourceview" +# 1.6.5 too buggy without nls. now forcing. +#IUSE="accessibility gmp gnome gtk nls png readline sourceview" +IUSE="accessibility gmp gnome gtk png readline sourceview" RDEPEND="dev-libs/libxml2 >=dev-libs/glib-2 @@ -59,12 +61,10 @@ src_compile() { fi econf \ - --enable-static \ - --enable-shared \ + --with-nls \ --with-mpfr \ --without-libole2 \ --without-gtkextra \ - $(use_enable nls) \ $(use_enable png png-comments) \ $(use_with readline) \ $(use_with gmp) \ |