diff options
author | 2023-01-13 20:42:16 +0200 | |
---|---|---|
committer | 2023-01-13 20:42:16 +0200 | |
commit | 219d79f514c3965432d8f53b3c548f2aff358438 (patch) | |
tree | 46518b954d20d6a2d165181068f763d92f2897d4 /sci-libs/inchi | |
parent | www-client/microsoft-edge-dev: remove old (diff) | |
download | gentoo-219d79f514c3965432d8f53b3c548f2aff358438.tar.gz gentoo-219d79f514c3965432d8f53b3c548f2aff358438.tar.bz2 gentoo-219d79f514c3965432d8f53b3c548f2aff358438.zip |
sci-libs/inchi: Stabilize 1.06-r1 ppc, #883913
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/inchi')
-rw-r--r-- | sci-libs/inchi/inchi-1.06-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/inchi/inchi-1.06-r1.ebuild b/sci-libs/inchi/inchi-1.06-r1.ebuild index 70a95c62eea2..3e06c9fc8bfc 100644 --- a/sci-libs/inchi/inchi-1.06-r1.ebuild +++ b/sci-libs/inchi/inchi-1.06-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}/INCHI-1-SRC" LICENSE="IUPAC-InChi" SLOT="0" -KEYWORDS="amd64 arm ~ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc" BDEPEND="app-arch/unzip" |