diff options
author | 2021-09-23 13:28:46 +0200 | |
---|---|---|
committer | 2021-09-23 13:29:34 +0200 | |
commit | f5616e68120885992445b246d7271f2600ad1915 (patch) | |
tree | c096d5312d8087451468a46b89754b69730cd40b /dev-perl | |
parent | dev-perl/Text-BibTeX: Remove old (diff) | |
download | gentoo-f5616e68120885992445b246d7271f2600ad1915.tar.gz gentoo-f5616e68120885992445b246d7271f2600ad1915.tar.bz2 gentoo-f5616e68120885992445b246d7271f2600ad1915.zip |
dev-perl/Text-BibTeX: 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')
-rw-r--r-- | dev-perl/Text-BibTeX/Text-BibTeX-0.880.0-r1.ebuild (renamed from dev-perl/Text-BibTeX/Text-BibTeX-0.880.0.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Text-BibTeX/Text-BibTeX-0.880.0.ebuild b/dev-perl/Text-BibTeX/Text-BibTeX-0.880.0-r1.ebuild index b76346db8333..9203f64aa8cb 100644 --- a/dev-perl/Text-BibTeX/Text-BibTeX-0.880.0.ebuild +++ b/dev-perl/Text-BibTeX/Text-BibTeX-0.880.0-r1.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=AMBS DIST_VERSION=0.88 @@ -13,8 +13,6 @@ DESCRIPTION="A Perl library for reading, parsing, and processing BibTeX files" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" !dev-libs/btparse @@ -22,7 +20,7 @@ RDEPEND=" virtual/perl-Scalar-List-Utils virtual/perl-Unicode-Normalize " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=dev-perl/Config-AutoConf-0.160.0 >=dev-perl/ExtUtils-LibBuilder-0.20.0 >=virtual/perl-ExtUtils-CBuilder-0.270.0 @@ -31,6 +29,7 @@ DEPEND="${RDEPEND} >=dev-perl/Capture-Tiny-0.60.0 ) " + src_prepare() { sed -i -e "/#include <stdio.h>/a #include <string.h>"\ btparse/tests/{tex,purify,postprocess,name,macro}_test.c || die |