diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-24 08:59:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-24 08:59:34 +0000 |
commit | a9291c288285819d7339674e7812ed9425b822f9 (patch) | |
tree | 6de6e157b492d82517cd965f0b6725991eeef83b /net-print | |
parent | Stable for alpha, wrt bug #539114 (diff) | |
download | gentoo-2-a9291c288285819d7339674e7812ed9425b822f9.tar.gz gentoo-2-a9291c288285819d7339674e7812ed9425b822f9.tar.bz2 gentoo-2-a9291c288285819d7339674e7812ed9425b822f9.zip |
Stable for alpha, wrt bug #533692
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/cups/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/cups/cups-2.0.1-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-print/cups/ChangeLog b/net-print/cups/ChangeLog index ae2b0e12b9df..2c969fbf9a69 100644 --- a/net-print/cups/ChangeLog +++ b/net-print/cups/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/cups # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.663 2015/02/23 11:10:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.664 2015/02/24 08:59:34 ago Exp $ + + 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> cups-2.0.1-r1.ebuild: + Stable for alpha, wrt bug #533692 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> cups-2.0.1-r1.ebuild: Stable for ppc64, wrt bug #533692 diff --git a/net-print/cups/cups-2.0.1-r1.ebuild b/net-print/cups/cups-2.0.1-r1.ebuild index 67bd18c0105e..3b7da0b786eb 100644 --- a/net-print/cups/cups-2.0.1-r1.ebuild +++ b/net-print/cups/cups-2.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-2.0.1-r1.ebuild,v 1.9 2015/02/23 11:10:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-2.0.1-r1.ebuild,v 1.10 2015/02/24 08:59:34 ago Exp $ EAPI=5 @@ -21,10 +21,10 @@ if [[ ${PV} == *9999 ]]; then if [[ ${PV} != 9999 ]]; then EGIT_BRANCH=branch-${PV/.9999} fi - KEYWORDS="amd64 hppa ppc ppc64 x86" + KEYWORDS="alpha amd64 hppa ppc ppc64 x86" else SRC_URI="http://www.cups.org/software/${MY_PV}/${MY_P}-source.tar.bz2" - KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~m68k-mint" # ~x86-fbsd + KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~m68k-mint" # ~x86-fbsd fi DESCRIPTION="The Common Unix Printing System" |