diff options
author | 2024-02-20 13:43:41 -0500 | |
---|---|---|
committer | 2024-02-20 15:58:35 -0500 | |
commit | 3643031e5a2a742528dd1639c101ba4d8da19671 (patch) | |
tree | 4b4bb1bb1d8c51ef7b257ae595d34a1252c8d785 /app-arch/libdeflate | |
parent | dev-java/commons-httpclient: Keyword 3.1-r3 ppc64, #922770 (diff) | |
download | gentoo-3643031e5a2a742528dd1639c101ba4d8da19671.tar.gz gentoo-3643031e5a2a742528dd1639c101ba4d8da19671.tar.bz2 gentoo-3643031e5a2a742528dd1639c101ba4d8da19671.zip |
app-arch/libdeflate: Keyword 1.19 hppa, #924940
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-arch/libdeflate')
-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 24545a611a5c..5df920d680e8 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="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="MIT" |