diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-09 20:32:29 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-09 20:32:29 +0300 |
commit | 6d38cb787bc9d08047bf6cd2da5efffd43173dce (patch) | |
tree | c61aca3de180485c4a81e121747756028ee6b0d7 /app-arch | |
parent | app-arch/libdeflate: Stabilize 1.19 x86, #929003 (diff) | |
download | gentoo-6d38cb787bc9d08047bf6cd2da5efffd43173dce.tar.gz gentoo-6d38cb787bc9d08047bf6cd2da5efffd43173dce.tar.bz2 gentoo-6d38cb787bc9d08047bf6cd2da5efffd43173dce.zip |
app-arch/libdeflate: Stabilize 1.19 amd64, #929003
Signed-off-by: Arthur Zamarin <arthurzam@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 694db9f46105..b637d83a6dfe 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 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" fi LICENSE="MIT" |