commit: ffdb585a5317de684c164ac2e66cefe57c14cb4f Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sun Jan 29 10:02:34 2023 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sun Jan 29 10:02:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ffdb585a
sys-apps/paludis: fix pkgcheck error BadDefaultUseFlags: version 9999: bad default USE flags: '-eapi7', '-eapi8' Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> sys-apps/paludis/paludis-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/paludis/paludis-9999.ebuild b/sys-apps/paludis/paludis-9999.ebuild index b78802e0b..dce33cfa5 100644 --- a/sys-apps/paludis/paludis-9999.ebuild +++ b/sys-apps/paludis/paludis-9999.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="paludis, the other package mangler" HOMEPAGE="http://paludis.exherbo.org/" SRC_URI="" -IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index test +xml -eapi7 -eapi8" +IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index test +xml eapi7 eapi8" LICENSE="GPL-2 vim" SLOT="0" KEYWORDS=""
