diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-16 20:39:19 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-16 21:32:51 +0100 |
commit | 8b3b1a165aa10dee9c2f45d6ce97ec367fefd2ad (patch) | |
tree | a190c6925f49e497d78548751f6e2f6a7c1def8d /dev-perl/MogileFS-Client | |
parent | dev-perl/Module-Starter: Remove old (diff) | |
download | gentoo-8b3b1a165aa10dee9c2f45d6ce97ec367fefd2ad.tar.gz gentoo-8b3b1a165aa10dee9c2f45d6ce97ec367fefd2ad.tar.bz2 gentoo-8b3b1a165aa10dee9c2f45d6ce97ec367fefd2ad.zip |
dev-perl/MogileFS-Client: 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/MogileFS-Client')
-rw-r--r-- | dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r3.ebuild (renamed from dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r2.ebuild) | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r2.ebuild b/dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r3.ebuild index 9300e00efe07..cb957126f29a 100644 --- a/dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r2.ebuild +++ b/dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r3.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=DORMANDO DIST_VERSION=${PV%0.0} inherit perl-module DESCRIPTION="Client library for the MogileFS distributed file system" - SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -RDEPEND=">=dev-perl/IO-stringy-2.110 - dev-perl/libwww-perl" -DEPEND="${RDEPEND}" +RDEPEND=" + >=dev-perl/IO-stringy-2.110 + dev-perl/libwww-perl +" +BDEPEND="${RDEPEND}" |