diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-23 18:56:17 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-23 18:56:17 +0300 |
commit | f227ad64069ef5cf566a2620aa7297368a80e355 (patch) | |
tree | f9d1824d20e81402dcdafdabeec84df3ab9dbaa6 /sci-calculators | |
parent | sci-calculators/units: Stabilize 2.23 x86, #932528 (diff) | |
download | gentoo-f227ad64069ef5cf566a2620aa7297368a80e355.tar.gz gentoo-f227ad64069ef5cf566a2620aa7297368a80e355.tar.bz2 gentoo-f227ad64069ef5cf566a2620aa7297368a80e355.zip |
sci-calculators/units: Stabilize 2.23 ppc64, #932528
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/units/units-2.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-calculators/units/units-2.23.ebuild b/sci-calculators/units/units-2.23.ebuild index 84782630af07..7c5d0d63d337 100644 --- a/sci-calculators/units/units-2.23.ebuild +++ b/sci-calculators/units/units-2.23.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="FDL-1.3 GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="+units-cur" REQUIRED_USE="units-cur? ( ${PYTHON_REQUIRED_USE} )" |