app-portage/portconf: drop dependency on app-text/agrep

update EAPI 7 -> 8

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-11-21 23:57:34 +05:00
parent 17003aa9a8
commit a060862301

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
DESCRIPTION="/etc/portage cleaner"
HOMEPAGE="https://github.com/megabaks/portconf"
@@ -11,17 +11,10 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="
app-shells/bash:=
sys-apps/portage
"
RDEPEND="${DEPEND}
RDEPEND="
app-portage/eix
app-portage/portage-utils
sys-apps/gawk
|| ( app-text/agrep dev-libs/tre )
dev-libs/tre
"
src_install() {
@@ -29,5 +22,5 @@ src_install() {
dobin portconf
insinto /etc
newins portconf.conf portconf.conf
doins portconf.conf
}