Skip to content

Commit

Permalink
net-print/cups: Remove linguas_* from IUSE.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
ulm committed Jan 5, 2018
1 parent f7157a1 commit 40ecb13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 28 deletions.
8 changes: 1 addition & 7 deletions net-print/cups/cups-2.1.4.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -33,11 +33,6 @@ SLOT="0"
IUSE="acl dbus debug java kerberos lprng-compat pam
python selinux +ssl static-libs systemd +threads usb X xinetd zeroconf"

LANGS="ca cs de es fr it ja ru"
for X in ${LANGS} ; do
IUSE="${IUSE} +linguas_${X}"
done

CDEPEND="
app-text/libpaper
sys-libs/zlib
Expand Down Expand Up @@ -166,7 +161,6 @@ src_prepare() {
multilib_src_configure() {
export DSOFLAGS="${LDFLAGS}"

einfo LANGS=\"${LANGS}\"
einfo LINGUAS=\"${LINGUAS}\"

local myconf=()
Expand Down
8 changes: 1 addition & 7 deletions net-print/cups/cups-2.2.4.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -33,11 +33,6 @@ SLOT="0"
IUSE="acl dbus debug java kerberos lprng-compat pam
python selinux +ssl static-libs systemd +threads usb X xinetd zeroconf"

LANGS="ca cs de es fr it ja ru"
for X in ${LANGS} ; do
IUSE="${IUSE} +linguas_${X}"
done

CDEPEND="
app-text/libpaper
sys-libs/zlib
Expand Down Expand Up @@ -156,7 +151,6 @@ src_prepare() {
multilib_src_configure() {
export DSOFLAGS="${LDFLAGS}"

einfo LANGS=\"${LANGS}\"
einfo LINGUAS=\"${LINGUAS}\"

local myeconfargs=()
Expand Down
8 changes: 1 addition & 7 deletions net-print/cups/cups-2.2.6.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -33,11 +33,6 @@ SLOT="0"
IUSE="acl dbus debug java kerberos lprng-compat pam
python selinux +ssl static-libs systemd +threads usb X xinetd zeroconf"

LANGS="ca cs de es fr it ja ru"
for X in ${LANGS} ; do
IUSE="${IUSE} +linguas_${X}"
done

CDEPEND="
app-text/libpaper
sys-libs/zlib
Expand Down Expand Up @@ -156,7 +151,6 @@ src_prepare() {
multilib_src_configure() {
export DSOFLAGS="${LDFLAGS}"

einfo LANGS=\"${LANGS}\"
einfo LINGUAS=\"${LINGUAS}\"

local myeconfargs=()
Expand Down
8 changes: 1 addition & 7 deletions net-print/cups/cups-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -33,11 +33,6 @@ SLOT="0"
IUSE="acl dbus debug java kerberos lprng-compat pam
python selinux +ssl static-libs systemd +threads usb X xinetd zeroconf"

LANGS="ca cs de es fr it ja ru"
for X in ${LANGS} ; do
IUSE="${IUSE} +linguas_${X}"
done

CDEPEND="
app-text/libpaper
sys-libs/zlib
Expand Down Expand Up @@ -156,7 +151,6 @@ src_prepare() {
multilib_src_configure() {
export DSOFLAGS="${LDFLAGS}"

einfo LANGS=\"${LANGS}\"
einfo LINGUAS=\"${LINGUAS}\"

local myeconfargs=()
Expand Down

0 comments on commit 40ecb13

Please sign in to comment.