diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-03 16:20:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-03 16:21:51 +0100 |
commit | a9edc5a71215eff6a0a2baebe2364c9313822510 (patch) | |
tree | 961858ef860c8d6ddc71c7084516e6a2f2fb4a0b /app-portage | |
parent | net-vpn/tor: remove older versions (diff) | |
download | gentoo-a9edc5a71215eff6a0a2baebe2364c9313822510.tar.gz gentoo-a9edc5a71215eff6a0a2baebe2364c9313822510.tar.bz2 gentoo-a9edc5a71215eff6a0a2baebe2364c9313822510.zip |
app-portage/eix: [QA] Remove USE=jumbo-build
Approved by mrueg.
Closes: https://bugs.gentoo.org/649438
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/eix-0.33.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-portage/eix/eix-0.33.2.ebuild b/app-portage/eix/eix-0.33.2.ebuild index 8e590ea981da..3f61ef866261 100644 --- a/app-portage/eix/eix-0.33.2.ebuild +++ b/app-portage/eix/eix-0.33.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="debug doc +jumbo-build nls sqlite" +IUSE="debug doc nls sqlite" BOTHDEPEND="nls? ( virtual/libintl ) sqlite? ( >=dev-db/sqlite-3:= )" @@ -47,7 +47,6 @@ src_configure() { local myconf=( $(use_enable debug paranoic-asserts) $(use_enable nls) - $(use_enable jumbo-build) $(use_with doc extra-doc) $(use_with sqlite) |