diff options
author | 2013-03-24 21:59:55 +0000 | |
---|---|---|
committer | 2013-03-24 21:59:55 +0000 | |
commit | 1b64e576045d7c047afcd1888e6598335acaee9f (patch) | |
tree | 41b809637f9b91a25a262d0948c7323b7755cb0c /net-print/cups | |
parent | Fix uClibc build w/missing libio.h #459200 by Mark Reiche. (diff) | |
download | gentoo-2-1b64e576045d7c047afcd1888e6598335acaee9f.tar.gz gentoo-2-1b64e576045d7c047afcd1888e6598335acaee9f.tar.bz2 gentoo-2-1b64e576045d7c047afcd1888e6598335acaee9f.zip |
Fix LINGUAS logic, bug 452896
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'net-print/cups')
-rw-r--r-- | net-print/cups/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/cups/cups-1.6.2.ebuild | 11 | ||||
-rw-r--r-- | net-print/cups/cups-9999.ebuild | 11 |
3 files changed, 13 insertions, 15 deletions
diff --git a/net-print/cups/ChangeLog b/net-print/cups/ChangeLog index e805f6610452..438784c1e75d 100644 --- a/net-print/cups/ChangeLog +++ b/net-print/cups/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/cups # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.525 2013/03/24 20:43:25 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.526 2013/03/24 21:59:55 dilfridge Exp $ + + 24 Mar 2013; Andreas K. Huettel <dilfridge@gentoo.org> cups-1.6.2.ebuild, + cups-9999.ebuild: + Fix LINGUAS logic, bug 452896 24 Mar 2013; Andreas K. Huettel <dilfridge@gentoo.org> cups-1.5.2-r4.ebuild, cups-1.5.3.ebuild: diff --git a/net-print/cups/cups-1.6.2.ebuild b/net-print/cups/cups-1.6.2.ebuild index 9422134b3ddf..cefd2b4475a4 100644 --- a/net-print/cups/cups-1.6.2.ebuild +++ b/net-print/cups/cups-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.6.2.ebuild,v 1.3 2013/03/24 20:31:06 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.6.2.ebuild,v 1.4 2013/03/24 21:59:55 dilfridge Exp $ EAPI=5 @@ -30,7 +30,7 @@ IUSE="acl avahi dbus debug +filters gnutls java kerberos pam LANGS="ca es fr ja ru" for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" + IUSE="${IUSE} +linguas_${X}" done RDEPEND=" @@ -143,11 +143,8 @@ src_prepare() { src_configure() { export DSOFLAGS="${LDFLAGS}" - # locale support - strip-linguas ${LANGS} - if [ -z "${LINGUAS}" ] ; then - export LINGUAS=none - fi + einfo LANGS=\"${LANGS}\" + einfo LINGUAS=\"${LINGUAS}\" local myconf if use ssl ; then diff --git a/net-print/cups/cups-9999.ebuild b/net-print/cups/cups-9999.ebuild index 1f40e82b79d6..2e2ad22f6f78 100644 --- a/net-print/cups/cups-9999.ebuild +++ b/net-print/cups/cups-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-9999.ebuild,v 1.25 2013/03/24 20:31:06 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-9999.ebuild,v 1.26 2013/03/24 21:59:55 dilfridge Exp $ EAPI=5 @@ -30,7 +30,7 @@ IUSE="acl avahi dbus debug +filters gnutls java kerberos pam LANGS="ca es fr ja ru" for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" + IUSE="${IUSE} +linguas_${X}" done RDEPEND=" @@ -143,11 +143,8 @@ src_prepare() { src_configure() { export DSOFLAGS="${LDFLAGS}" - # locale support - strip-linguas ${LANGS} - if [ -z "${LINGUAS}" ] ; then - export LINGUAS=none - fi + einfo LANGS=\"${LANGS}\" + einfo LINGUAS=\"${LINGUAS}\" local myconf if use ssl ; then |