commit: a9edc5a71215eff6a0a2baebe2364c9313822510 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Mar 3 15:20:12 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 3 15:21:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9edc5a7
app-portage/eix: [QA] Remove USE=jumbo-build Approved by mrueg. Closes: https://bugs.gentoo.org/649438 app-portage/eix/eix-0.33.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-portage/eix/eix-0.33.2.ebuild b/app-portage/eix/eix-0.33.2.ebuild index 8e590ea981d..3f61ef86626 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)
