diff options
author | Sam James <sam@gentoo.org> | 2023-07-09 10:00:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-09 10:00:56 +0100 |
commit | 01954af976ba928dddf0e99e2fb4560d4376ae8c (patch) | |
tree | 9ecc5c242737f54f02ee8a548b6f637213b293ce | |
parent | net-print/cups: Stabilize 2.4.6 sparc, #910084 (diff) | |
download | gentoo-01954af976ba928dddf0e99e2fb4560d4376ae8c.tar.gz gentoo-01954af976ba928dddf0e99e2fb4560d4376ae8c.tar.bz2 gentoo-01954af976ba928dddf0e99e2fb4560d4376ae8c.zip |
net-print/cups: Stabilize 2.4.6 hppa, #910084
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-print/cups/cups-2.4.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-print/cups/cups-2.4.6.ebuild b/net-print/cups/cups-2.4.6.ebuild index 64fb8dc968d6..e3856851f513 100644 --- a/net-print/cups/cups-2.4.6.ebuild +++ b/net-print/cups/cups-2.4.6.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://github.com/OpenPrinting/cups/releases/download/v${MY_PV}/cups-${MY_PV}-source.tar.gz" if [[ ${PV} != *_beta* && ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86" fi fi |