diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-02 23:04:16 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-02 23:04:16 +0100 |
commit | b8c1decf4f52e37e976b356004c3d3acf87b5f2e (patch) | |
tree | 10a65017db92b5081c490a49ede8b62cb00f220f /dev-perl/Text-BibTeX | |
parent | dev-tex/biber: keyworded 2.16 for ppc (diff) | |
download | gentoo-b8c1decf4f52e37e976b356004c3d3acf87b5f2e.tar.gz gentoo-b8c1decf4f52e37e976b356004c3d3acf87b5f2e.tar.bz2 gentoo-b8c1decf4f52e37e976b356004c3d3acf87b5f2e.zip |
dev-perl/Text-BibTeX: keyworded 0.880.0 for ppc
keyworded wrt bug #766150
Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@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 7b3771f3439f..b76346db8333 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-2020 Gentoo Authors +# Copyright 1999-2021 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 ~ppc x86" IUSE="test" RESTRICT="!test? ( test )" |