diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-03 10:22:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-03 10:22:23 +0000 |
commit | e9e34332de543cbcbfe120946e84a29bf9f9eaf5 (patch) | |
tree | a14487a106bb1a0f2be43a9e3feab2d04974a203 /dev-python/pycups | |
parent | Stable for alpha, wrt bug #550260 (diff) | |
download | gentoo-2-e9e34332de543cbcbfe120946e84a29bf9f9eaf5.tar.gz gentoo-2-e9e34332de543cbcbfe120946e84a29bf9f9eaf5.tar.bz2 gentoo-2-e9e34332de543cbcbfe120946e84a29bf9f9eaf5.zip |
Stable for alpha, wrt bug #553130
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pycups')
-rw-r--r-- | dev-python/pycups/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pycups/pycups-1.9.72.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pycups/ChangeLog b/dev-python/pycups/ChangeLog index c6e356d497f0..82bd46fde66a 100644 --- a/dev-python/pycups/ChangeLog +++ b/dev-python/pycups/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pycups # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.98 2015/06/26 12:14:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.99 2015/07/03 10:22:23 ago Exp $ + + 03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> pycups-1.9.72.ebuild: + Stable for alpha, wrt bug #553130 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> pycups-1.9.72.ebuild: Stable for amd64, wrt bug #553130 diff --git a/dev-python/pycups/pycups-1.9.72.ebuild b/dev-python/pycups/pycups-1.9.72.ebuild index 6dfa010018e6..49bd2b6743ae 100644 --- a/dev-python/pycups/pycups-1.9.72.ebuild +++ b/dev-python/pycups/pycups-1.9.72.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/dev-python/pycups/pycups-1.9.72.ebuild,v 1.2 2015/06/26 12:14:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.72.ebuild,v 1.3 2015/07/03 10:22:23 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ HOMEPAGE="http://cyberelk.net/tim/data/pycups/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" SLOT="0" IUSE="doc examples" |