diff options
-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() { |