diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-09-13 17:33:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-09-13 17:33:56 +0000 |
commit | 5c45880732b4e766459b808b9af9ffa856d1c7a1 (patch) | |
tree | 9238f1a36f5f97cadcf5bb5070eea9fe0961b1a4 /net-print | |
parent | Stable for x86, wrt bug #521324 (diff) | |
download | gentoo-2-5c45880732b4e766459b808b9af9ffa856d1c7a1.tar.gz gentoo-2-5c45880732b4e766459b808b9af9ffa856d1c7a1.tar.bz2 gentoo-2-5c45880732b4e766459b808b9af9ffa856d1c7a1.zip |
Stable for alpha, wrt bug #519792
(Portage version: 2.2.8-r1/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-1.7.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-print/cups/ChangeLog b/net-print/cups/ChangeLog index a8600209b9c9..a3ce5d3ccdee 100644 --- a/net-print/cups/ChangeLog +++ b/net-print/cups/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/cups # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.632 2014/09/13 17:06:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.633 2014/09/13 17:33:56 ago Exp $ + + 13 Sep 2014; Agostino Sarubbo <ago@gentoo.org> cups-1.7.5.ebuild: + Stable for alpha, wrt bug #519792 13 Sep 2014; Agostino Sarubbo <ago@gentoo.org> cups-1.7.5.ebuild: Stable for x86, wrt bug #519792 diff --git a/net-print/cups/cups-1.7.5.ebuild b/net-print/cups/cups-1.7.5.ebuild index b7c7c13bda01..6b874f6f9085 100644 --- a/net-print/cups/cups-1.7.5.ebuild +++ b/net-print/cups/cups-1.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.7.5.ebuild,v 1.6 2014/09/13 17:06:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.7.5.ebuild,v 1.7 2014/09/13 17:33:56 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 x86" + KEYWORDS="alpha amd64 hppa 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 ~x86-fbsd ~m68k-mint" + KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint" fi DESCRIPTION="The Common Unix Printing System" |