diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-29 15:08:16 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-29 15:08:16 +0300 |
commit | 59dc60a5d6a5a0793a001eb3824e5f09bd3d21b8 (patch) | |
tree | 36bb6a53115c08f710ab0eed223a0b5b3f646b4d /net-print | |
parent | dev-libs/ivykis: Add ~s390 keyword wrt bug #669654 (diff) | |
download | gentoo-59dc60a5d6a5a0793a001eb3824e5f09bd3d21b8.tar.gz gentoo-59dc60a5d6a5a0793a001eb3824e5f09bd3d21b8.tar.bz2 gentoo-59dc60a5d6a5a0793a001eb3824e5f09bd3d21b8.zip |
net-print/cups-filters: mark s390 stable
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/cups-filters/cups-filters-1.20.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/cups-filters/cups-filters-1.20.4.ebuild b/net-print/cups-filters/cups-filters-1.20.4.ebuild index 77b90c6efca7..42d6fce17e85 100644 --- a/net-print/cups-filters/cups-filters-1.20.4.ebuild +++ b/net-print/cups-filters/cups-filters-1.20.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ if [[ "${PV}" == "9999" ]] ; then EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters" else SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz" - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~m68k-mint" + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~m68k-mint" fi DESCRIPTION="Cups filters" HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters" |