diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-07 20:09:37 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-07 20:16:54 +0200 |
commit | c80425b84b80a7b322efbeb19d62c5e03b3aa5ec (patch) | |
tree | cc227036bc9d7ccd808a48a0ea228e6e010dbe89 /dev-perl/Shell-EnvImporter | |
parent | dev-perl/Shell-Config-Generate: Version bump 0.34 (diff) | |
download | gentoo-c80425b84b80a7b322efbeb19d62c5e03b3aa5ec.tar.gz gentoo-c80425b84b80a7b322efbeb19d62c5e03b3aa5ec.tar.bz2 gentoo-c80425b84b80a7b322efbeb19d62c5e03b3aa5ec.zip |
dev-perl/Shell-EnvImporter: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Shell-EnvImporter')
-rw-r--r-- | dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r3.ebuild (renamed from dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild) | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r3.ebuild index 51ee27e69b0c..e9867c7702bb 100644 --- a/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild +++ b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r3.ebuild @@ -1,21 +1,24 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=DFARALDO -MODULE_VERSION=1.07 +DIST_AUTHOR=DFARALDO +DIST_VERSION=1.07 inherit perl-module DESCRIPTION="Import environment variable changes from external commands or shell scripts" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" -IUSE="" -DEPEND=">=dev-perl/Class-MethodMaker-2" -RDEPEND="${DEPEND}" +RDEPEND=" + >=dev-perl/Class-MethodMaker-2 +" +BDEPEND="${RDEPEND} +" PATCHES=( "${FILESDIR}/${P}-perl520.patch" ) -SRC_TEST=no +# https://rt.cpan.org/Public/Bug/Display.html?id=105478 +DIST_TEST=nope |