diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:19:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:19:31 +0100 |
commit | 80aca508c3b33da98d25ff2cc39b25c5ae24432d (patch) | |
tree | edc1f248a22d4b84f00dfb772444dc27cd0bb4b0 /dev-tex | |
parent | dev-tex/hevea: destabilise for ppc (diff) | |
download | gentoo-80aca508c3b33da98d25ff2cc39b25c5ae24432d.tar.gz gentoo-80aca508c3b33da98d25ff2cc39b25c5ae24432d.tar.bz2 gentoo-80aca508c3b33da98d25ff2cc39b25c5ae24432d.zip |
dev-tex/bibtex2html: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/bibtex2html/bibtex2html-1.99.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/bibtex2html/bibtex2html-1.99.ebuild b/dev-tex/bibtex2html/bibtex2html-1.99.ebuild index 1d19899179ba..d08b08b2ae64 100644 --- a/dev-tex/bibtex2html/bibtex2html-1.99.ebuild +++ b/dev-tex/bibtex2html/bibtex2html-1.99.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" RESTRICT="test" # With use doc we need a latex compiler to generate manual.pdf |