diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-23 13:24:15 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-23 13:29:25 +0200 |
commit | c94f8e25929e4a47eb8e6e1a30cd2a270625d8b2 (patch) | |
tree | d25f16d7b8506a33ab827826e5bed197cceda1c2 /dev-perl/Text-Aspell | |
parent | dev-perl/Text-Aligner: Version bump 0.16 (diff) | |
download | gentoo-c94f8e25929e4a47eb8e6e1a30cd2a270625d8b2.tar.gz gentoo-c94f8e25929e4a47eb8e6e1a30cd2a270625d8b2.tar.bz2 gentoo-c94f8e25929e4a47eb8e6e1a30cd2a270625d8b2.zip |
dev-perl/Text-Aspell: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Text-Aspell')
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.90.0-r3.ebuild (renamed from dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r3.ebuild index d6c016b4da25..a2634346638f 100644 --- a/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild +++ b/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=HANK DIST_VERSION=0.09 @@ -11,8 +11,8 @@ DESCRIPTION="Perl interface to the GNU Aspell Library" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="" RDEPEND="app-text/aspell" -DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND}" + PERL_RM_FILES=( "t/02-pod.t" ) |