diff options
author | Sam James <sam@gentoo.org> | 2024-11-19 13:54:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-19 13:54:29 +0000 |
commit | 37f8b2c95cc5503d7be3428044bfbf32944b60f2 (patch) | |
tree | 4f60a3f81c585dc68d39313bfff57985be57cb8d /dev-libs | |
parent | media-libs/liblingoteach: fix modern C issue in configure (diff) | |
download | gentoo-37f8b2c95cc5503d7be3428044bfbf32944b60f2.tar.gz gentoo-37f8b2c95cc5503d7be3428044bfbf32944b60f2.tar.bz2 gentoo-37f8b2c95cc5503d7be3428044bfbf32944b60f2.zip |
dev-libs/stfl: Stabilize 0.24-r5 ppc, #922036
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/stfl/stfl-0.24-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/stfl/stfl-0.24-r5.ebuild b/dev-libs/stfl/stfl-0.24-r5.ebuild index 546f1446cd20..3a5dc4adc2eb 100644 --- a/dev-libs/stfl/stfl-0.24-r5.ebuild +++ b/dev-libs/stfl/stfl-0.24-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="http://www.clifford.at/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86" IUSE="examples perl python ruby static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |