diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-12-12 16:24:07 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-12-12 16:24:07 +0000 |
commit | 817a4e866d9801d4aeeef0ea12a9dcfd6aa79096 (patch) | |
tree | b81a9dc8f1605a6d1aed8bf7d45f2d46fe0ecbb0 /www-client/pybugz | |
parent | version bump, fix bug 524778, thanks Harold Naparst (diff) | |
download | gentoo-2-817a4e866d9801d4aeeef0ea12a9dcfd6aa79096.tar.gz gentoo-2-817a4e866d9801d4aeeef0ea12a9dcfd6aa79096.tar.bz2 gentoo-2-817a4e866d9801d4aeeef0ea12a9dcfd6aa79096.zip |
sparc stable wrt bug #531826
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'www-client/pybugz')
-rw-r--r-- | www-client/pybugz/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/pybugz/pybugz-0.11.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/pybugz/ChangeLog b/www-client/pybugz/ChangeLog index 63d1cdee0054..6220c828a1e2 100644 --- a/www-client/pybugz/ChangeLog +++ b/www-client/pybugz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/pybugz # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.135 2014/12/09 07:59:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.136 2014/12/12 16:24:07 zlogene Exp $ + + 12 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> pybugz-0.11.1.ebuild: + sparc stable wrt bug #531826 09 Dec 2014; Jeroen Roovers <jer@gentoo.org> pybugz-0.11.1.ebuild: Stable for HPPA (bug #531826). diff --git a/www-client/pybugz/pybugz-0.11.1.ebuild b/www-client/pybugz/pybugz-0.11.1.ebuild index e36bf138bb6a..bff8a8e0dfa7 100644 --- a/www-client/pybugz/pybugz-0.11.1.ebuild +++ b/www-client/pybugz/pybugz-0.11.1.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/www-client/pybugz/pybugz-0.11.1.ebuild,v 1.7 2014/12/09 07:59:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.11.1.ebuild,v 1.8 2014/12/12 16:24:07 zlogene Exp $ EAPI=5 PYTHON_COMPAT=( python3_3 python3_4 ) @@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then inherit git-r3 else SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" inherit vcs-snapshot fi |