diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-14 02:33:51 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-14 02:35:22 +0200 |
commit | 13904dc19fa354d50add808945db0cfc56d4a6a1 (patch) | |
tree | a010e0a0838f9898a4bfca82ee5ff919dbfedaef /dev-perl/Term-ReadPassword | |
parent | dev-perl/Term-ReadLine-TTYtter: EAPI=8 bump (diff) | |
download | gentoo-13904dc19fa354d50add808945db0cfc56d4a6a1.tar.gz gentoo-13904dc19fa354d50add808945db0cfc56d4a6a1.tar.bz2 gentoo-13904dc19fa354d50add808945db0cfc56d4a6a1.zip |
dev-perl/Term-ReadPassword: 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/Term-ReadPassword')
-rw-r--r-- | dev-perl/Term-ReadPassword/Term-ReadPassword-0.110.0-r3.ebuild (renamed from dev-perl/Term-ReadPassword/Term-ReadPassword-0.110.0-r2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Term-ReadPassword/Term-ReadPassword-0.110.0-r2.ebuild b/dev-perl/Term-ReadPassword/Term-ReadPassword-0.110.0-r3.ebuild index aa2ac077e15b..2f981a3c67c9 100644 --- a/dev-perl/Term-ReadPassword/Term-ReadPassword-0.110.0-r2.ebuild +++ b/dev-perl/Term-ReadPassword/Term-ReadPassword-0.110.0-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=PHOENIX DIST_VERSION=0.11 @@ -11,5 +11,5 @@ DESCRIPTION="Asking the user for a password" SLOT="0" KEYWORDS="amd64 ~ppc64 x86" -IUSE="" + PERL_RM_FILES=( "t/2_interactive.t" ) |