Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/paludis/
Date: Sun, 29 Jan 2023 10:40:31
Message-Id: 1674986554.ffdb585a5317de684c164ac2e66cefe57c14cb4f.ceamac@gentoo
1 commit: ffdb585a5317de684c164ac2e66cefe57c14cb4f
2 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 10:02:34 2023 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 10:02:34 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ffdb585a
7
8 sys-apps/paludis: fix pkgcheck error
9
10 BadDefaultUseFlags: version 9999: bad default USE flags: '-eapi7', '-eapi8'
11
12 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
13
14 sys-apps/paludis/paludis-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/paludis/paludis-9999.ebuild b/sys-apps/paludis/paludis-9999.ebuild
18 index b78802e0b..dce33cfa5 100644
19 --- a/sys-apps/paludis/paludis-9999.ebuild
20 +++ b/sys-apps/paludis/paludis-9999.ebuild
21 @@ -13,7 +13,7 @@ DESCRIPTION="paludis, the other package mangler"
22 HOMEPAGE="http://paludis.exherbo.org/"
23 SRC_URI=""
24
25 -IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index test +xml -eapi7 -eapi8"
26 +IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index test +xml eapi7 eapi8"
27 LICENSE="GPL-2 vim"
28 SLOT="0"
29 KEYWORDS=""