diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-09-13 17:06:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-09-13 17:06:09 +0000 |
commit | 90896c180a8a6fb861fbd1bf6a0e1dbdaec38544 (patch) | |
tree | fc26d6018ce17747045f270ab21886eb043642b9 /net-print | |
parent | Version bump fixing bug #519168. (diff) | |
download | gentoo-2-90896c180a8a6fb861fbd1bf6a0e1dbdaec38544.tar.gz gentoo-2-90896c180a8a6fb861fbd1bf6a0e1dbdaec38544.tar.bz2 gentoo-2-90896c180a8a6fb861fbd1bf6a0e1dbdaec38544.zip |
Stable for amd64, wrt bug #519792
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 1ce2934cacd1..7f3096bdf836 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.630 2014/09/13 05:38:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.631 2014/09/13 17:06:09 ago Exp $ + + 13 Sep 2014; Agostino Sarubbo <ago@gentoo.org> cups-1.7.5.ebuild: + Stable for amd64, wrt bug #519792 13 Sep 2014; Jeroen Roovers <jer@gentoo.org> cups-1.7.5.ebuild: Stable for HPPA (bug #519792). diff --git a/net-print/cups/cups-1.7.5.ebuild b/net-print/cups/cups-1.7.5.ebuild index abde0330b35b..f8c894f35625 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.4 2014/09/13 05:38:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.7.5.ebuild,v 1.5 2014/09/13 17:06:09 ago Exp $ EAPI=5 @@ -21,10 +21,10 @@ if [[ ${PV} == *9999 ]]; then if [[ ${PV} != 9999 ]]; then EGIT_BRANCH=branch-${PV/.9999} fi - KEYWORDS="hppa" + KEYWORDS="amd64 hppa" 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" |