diff options
author | 2023-06-09 16:48:51 +0300 | |
---|---|---|
committer | 2023-06-09 16:50:54 +0300 | |
commit | ab04db6e88f580fbd953e8bf99fe8d0856b38811 (patch) | |
tree | 2c0644fda361192ff9a0e3cb8ab1ad86afca656d /net-print/cups | |
parent | sys-block/parted: Stabilize 3.6 sparc, #908119 (diff) | |
download | gentoo-ab04db6e88f580fbd953e8bf99fe8d0856b38811.tar.gz gentoo-ab04db6e88f580fbd953e8bf99fe8d0856b38811.tar.bz2 gentoo-ab04db6e88f580fbd953e8bf99fe8d0856b38811.zip |
net-print/cups: Stabilize 2.4.4 ppc64, #908141
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-print/cups')
-rw-r--r-- | net-print/cups/cups-2.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-print/cups/cups-2.4.4.ebuild b/net-print/cups/cups-2.4.4.ebuild index eaef710df5bc..2fc2c1d1dd21 100644 --- a/net-print/cups/cups-2.4.4.ebuild +++ b/net-print/cups/cups-2.4.4.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 |