commit:     a06086230187aa6be6f9a53d0500d33be31c6a36
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Nov 21 18:57:34 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Nov 21 18:57:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0608623

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

update EAPI 7 -> 8

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 app-portage/portconf/portconf-1.6.8-r1.ebuild | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/app-portage/portconf/portconf-1.6.8-r1.ebuild 
b/app-portage/portconf/portconf-1.6.8-r1.ebuild
index afabf396a..237e58873 100644
--- a/app-portage/portconf/portconf-1.6.8-r1.ebuild
+++ b/app-portage/portconf/portconf-1.6.8-r1.ebuild
@@ -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
 }

Reply via email to