diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-17 12:00:10 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-17 12:00:10 +0100 |
commit | 5319a4b7e4d211a309ab4d8245bbf9ca9a1dffa3 (patch) | |
tree | bfc17cf1335ccc56fa797c605fcfa965f694c294 | |
parent | dev-lisp/uiop: Stabilize 3.3.5 ppc64, #828735 (diff) | |
download | gentoo-5319a4b7e4d211a309ab4d8245bbf9ca9a1dffa3.tar.gz gentoo-5319a4b7e4d211a309ab4d8245bbf9ca9a1dffa3.tar.bz2 gentoo-5319a4b7e4d211a309ab4d8245bbf9ca9a1dffa3.zip |
dev-libs/ffcall: Stabilize 2.1 ppc64, #828735
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | dev-libs/ffcall/ffcall-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/ffcall/ffcall-2.1.ebuild b/dev-libs/ffcall/ffcall-2.1.ebuild index de9d512e1b78..d7fb5928fbfe 100644 --- a/dev-libs/ffcall/ffcall-2.1.ebuild +++ b/dev-libs/ffcall/ffcall-2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/libffcall/${MY_PV}.tar.gz" # under GNU LGPL." -ffcall author LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" S="${WORKDIR}"/${MY_PV} |