diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-08 21:21:45 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-09 00:43:41 +0200 |
commit | 5333d6e2f4e54591094c171c75e049a39111a720 (patch) | |
tree | 41e51c831553107a5fd0c34a84fb2b71cf5afe92 /dev-perl/Apache-Reload | |
parent | dev-perl/Apache-DBI: EAPI=8 bump (diff) | |
download | gentoo-5333d6e2f4e54591094c171c75e049a39111a720.tar.gz gentoo-5333d6e2f4e54591094c171c75e049a39111a720.tar.bz2 gentoo-5333d6e2f4e54591094c171c75e049a39111a720.zip |
dev-perl/Apache-Reload: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Apache-Reload')
-rw-r--r-- | dev-perl/Apache-Reload/Apache-Reload-0.130.0-r2.ebuild (renamed from dev-perl/Apache-Reload/Apache-Reload-0.130.0-r1.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Apache-Reload/Apache-Reload-0.130.0-r1.ebuild b/dev-perl/Apache-Reload/Apache-Reload-0.130.0-r2.ebuild index 6af61da4f62c..c50e6b88247a 100644 --- a/dev-perl/Apache-Reload/Apache-Reload-0.130.0-r1.ebuild +++ b/dev-perl/Apache-Reload/Apache-Reload-0.130.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=SHAY DIST_VERSION=0.13 @@ -12,10 +12,9 @@ DESCRIPTION="Automatically reload changed modules without restarting Apache" SLOT="0" LICENSE="Apache-2.0" KEYWORDS="amd64 ~arm ppc ppc64 x86" -IUSE="" RDEPEND="www-apache/mod_perl" -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} dev-perl/Apache-Test " |