diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-08-25 18:21:15 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-08-26 20:20:54 -0400 |
commit | a2067cf2156ea58113d09431e9f94e1b9c19c21f (patch) | |
tree | ab70a51d7ea3c000bf4758d398af124896c63371 | |
parent | sci-mathematics/gfan: fix cosmetic pkgcheck warning (diff) | |
download | gentoo-a2067cf2156ea58113d09431e9f94e1b9c19c21f.tar.gz gentoo-a2067cf2156ea58113d09431e9f94e1b9c19c21f.tar.bz2 gentoo-a2067cf2156ea58113d09431e9f94e1b9c19c21f.zip |
sci-libs/libhomfly: keyword 1.02.6 for ~riscv
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r-- | sci-libs/libhomfly/libhomfly-1.02.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libhomfly/libhomfly-1.02.6.ebuild b/sci-libs/libhomfly/libhomfly-1.02.6.ebuild index 9107465b4d8c..625b39c60da1 100644 --- a/sci-libs/libhomfly/libhomfly-1.02.6.ebuild +++ b/sci-libs/libhomfly/libhomfly-1.02.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/miguelmarco/${PN}/releases/download/${MY_PV}/${MY_P} LICENSE="Unlicense" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~riscv" IUSE="static-libs" DEPEND="dev-libs/boehm-gc" |