diff options
author | Sam James <sam@gentoo.org> | 2020-12-19 19:34:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-19 19:34:41 +0000 |
commit | 887025d4d0afe140851c2379d123f5b944fe8011 (patch) | |
tree | 514edeca8f5adc8f0072885d31347e26db6a83ff /dev-perl/Text-BibTeX | |
parent | dev-tex/biber: Stabilize 2.14 amd64, #760354 (diff) | |
download | gentoo-887025d4d0afe140851c2379d123f5b944fe8011.tar.gz gentoo-887025d4d0afe140851c2379d123f5b944fe8011.tar.bz2 gentoo-887025d4d0afe140851c2379d123f5b944fe8011.zip |
dev-perl/Text-BibTeX: Stabilize 0.880.0 amd64, #760354
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Text-BibTeX')
-rw-r--r-- | dev-perl/Text-BibTeX/Text-BibTeX-0.880.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Text-BibTeX/Text-BibTeX-0.880.0.ebuild b/dev-perl/Text-BibTeX/Text-BibTeX-0.880.0.ebuild index 039cbc9a8b87..fa67e4d33d25 100644 --- a/dev-perl/Text-BibTeX/Text-BibTeX-0.880.0.ebuild +++ b/dev-perl/Text-BibTeX/Text-BibTeX-0.880.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="A Perl library for reading, parsing, and processing BibTeX files" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |