diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-05-22 21:54:02 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-05-22 21:54:02 +0000 |
commit | 82638297f2d418eb8a53a13f722370a0ba7926bc (patch) | |
tree | c5e72f1e7751ab2c7e75578ab1185a82535de6cc /media-gfx/gimp-print/gimp-print-5.1.1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-82638297f2d418eb8a53a13f722370a0ba7926bc.tar.gz gentoo-2-82638297f2d418eb8a53a13f722370a0ba7926bc.tar.bz2 gentoo-2-82638297f2d418eb8a53a13f722370a0ba7926bc.zip |
hard-enable USE=nls to avoid compile problems thanks Neil Bothwick <neil@digimed.co.uk> in bug 179449
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-gfx/gimp-print/gimp-print-5.1.1.ebuild')
-rw-r--r-- | media-gfx/gimp-print/gimp-print-5.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/gimp-print/gimp-print-5.1.1.ebuild b/media-gfx/gimp-print/gimp-print-5.1.1.ebuild index cd468113986b..b45d9534b6e6 100644 --- a/media-gfx/gimp-print/gimp-print-5.1.1.ebuild +++ b/media-gfx/gimp-print/gimp-print-5.1.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-5.1.1.ebuild,v 1.1 2007/05/21 18:16:40 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-5.1.1.ebuild,v 1.2 2007/05/22 21:54:02 genstef Exp $ inherit flag-o-matic eutils multilib -IUSE="cups foomaticdb gimp gtk nls readline ppds" +IUSE="cups foomaticdb gimp gtk readline ppds" MY_P=gutenprint-${PV/_/-} @@ -55,7 +55,7 @@ src_compile() { --with-samples \ --with-escputil \ --disable-translated-cups-ppds \ - $(use_enable nls) \ + --enable-nls \ $(use_with readline) \ $(use_with gimp gimp2) \ $(use_with gimp gimp2-as-gutenprint) \ |