diff options
author | Sam James <sam@gentoo.org> | 2022-10-29 13:06:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-29 13:07:50 +0100 |
commit | 5ec26e03382da043bb1f7e3b84447d8842ad0dd6 (patch) | |
tree | 8a4a7b524889f871d27195e1b22e722cb568eb8a /app-portage | |
parent | app-eselect/eselect-postgresql: EAPI 8 (diff) | |
download | gentoo-5ec26e03382da043bb1f7e3b84447d8842ad0dd6.tar.gz gentoo-5ec26e03382da043bb1f7e3b84447d8842ad0dd6.tar.bz2 gentoo-5ec26e03382da043bb1f7e3b84447d8842ad0dd6.zip |
app-portage/porticron: EAPI 8
Closes: https://bugs.gentoo.org/857456
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/porticron/porticron-0.7.1-r1.ebuild (renamed from app-portage/porticron/porticron-0.7.1.ebuild) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-portage/porticron/porticron-0.7.1.ebuild b/app-portage/porticron/porticron-0.7.1-r1.ebuild index 68254d6cc552..01786328001d 100644 --- a/app-portage/porticron/porticron-0.7.1.ebuild +++ b/app-portage/porticron/porticron-0.7.1-r1.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" - -inherit vcs-snapshot +EAPI=8 DESCRIPTION="cron script to sync portage and send update mails to root" HOMEPAGE="https://github.com/gentoo/porticron" @@ -12,13 +10,11 @@ SRC_URI="https://github.com/gentoo/porticron/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 x86" -IUSE="" RDEPEND=" app-portage/gentoolkit net-dns/bind-tools " -DEPEND="" src_install() { dosbin bin/porticron |