diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-19 22:09:35 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-19 22:09:35 +0200 |
commit | 9e95c1e38b5986301392945ac68de0efe34f119a (patch) | |
tree | bec38413a0e6a24f7fd985dc6b55d74b73139b96 /sys-libs/librtas | |
parent | profiles/base: remove mask on gloo ssl (diff) | |
download | gentoo-9e95c1e38b5986301392945ac68de0efe34f119a.tar.gz gentoo-9e95c1e38b5986301392945ac68de0efe34f119a.tar.bz2 gentoo-9e95c1e38b5986301392945ac68de0efe34f119a.zip |
sys-libs/librtas: Stabilize 2.0.3 ppc64, #920338
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/librtas')
-rw-r--r-- | sys-libs/librtas/librtas-2.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/librtas/librtas-2.0.3.ebuild b/sys-libs/librtas/librtas-2.0.3.ebuild index 6af4142321e4..265a70a7637f 100644 --- a/sys-libs/librtas/librtas-2.0.3.ebuild +++ b/sys-libs/librtas/librtas-2.0.3.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 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/ibm-power-utilities/${PN}/archive/v${PV}.tar.gz -> $ LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~ppc ~ppc64 ~ppc64-linux" +KEYWORDS="~ppc ppc64 ~ppc64-linux" IUSE="static-libs" src_prepare() { |