diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-02-20 15:28:51 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-02-20 15:58:36 -0500 |
commit | 844f1fd0f821ed850abd206784200a766a04608c (patch) | |
tree | 879d01c3aecf9f03c3e910e2a2b5500b7012fc4b /app-arch | |
parent | app-arch/libdeflate: Keyword 1.19 alpha, #924940 (diff) | |
download | gentoo-844f1fd0f821ed850abd206784200a766a04608c.tar.gz gentoo-844f1fd0f821ed850abd206784200a766a04608c.tar.bz2 gentoo-844f1fd0f821ed850abd206784200a766a04608c.zip |
app-arch/libdeflate: Keyword 1.19 sparc, #924940
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/libdeflate/libdeflate-1.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/libdeflate/libdeflate-1.19.ebuild b/app-arch/libdeflate/libdeflate-1.19.ebuild index 69ba49932fb6..8f7873ba2249 100644 --- a/app-arch/libdeflate/libdeflate-1.19.ebuild +++ b/app-arch/libdeflate/libdeflate-1.19.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/ebiggers/libdeflate.git" else SRC_URI="https://github.com/ebiggers/libdeflate/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT" |