summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-01-05 22:53:34 +0100
committerUlrich Müller <ulm@gentoo.org>2018-01-05 23:00:47 +0100
commitc37ca8766727f4f2fa69f967e5b8ffa084535888 (patch)
tree2726ae265cccbdb8152bff75a39282f7851b9bea /sys-apps/portage/portage-2.3.8.ebuild
parentsci-electronics/eagle: Remove linguas_* from IUSE. (diff)
downloadgentoo-c37ca8766727f4f2fa69f967e5b8ffa084535888.tar.gz
gentoo-c37ca8766727f4f2fa69f967e5b8ffa084535888.tar.bz2
gentoo-c37ca8766727f4f2fa69f967e5b8ffa084535888.zip
sys-apps/portage: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-apps/portage/portage-2.3.8.ebuild')
-rw-r--r--sys-apps/portage/portage-2.3.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/portage/portage-2.3.8.ebuild b/sys-apps/portage/portage-2.3.8.ebuild
index 12b9b2935fe9..9542e621b6ea 100644
--- a/sys-apps/portage/portage-2.3.8.ebuild
+++ b/sys-apps/portage/portage-2.3.8.ebuild
@@ -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=5
@@ -18,7 +18,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
SLOT="0"
-IUSE="build doc epydoc +ipc linguas_ru +native-extensions selinux xattr"
+IUSE="build doc epydoc +ipc +native-extensions selinux xattr"
DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
>=app-arch/tar-1.27