diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-07 13:36:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-07 13:36:20 +0000 |
commit | 5ea7b08da250b43c55280db131488d744f834464 (patch) | |
tree | 23a2d7022c42f64236c34924d640aeb5975d59c0 | |
parent | Version bump. (diff) | |
download | gentoo-2-5ea7b08da250b43c55280db131488d744f834464.tar.gz gentoo-2-5ea7b08da250b43c55280db131488d744f834464.tar.bz2 gentoo-2-5ea7b08da250b43c55280db131488d744f834464.zip |
Stable for x86, wrt bug #477950
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
-rw-r--r-- | app-admin/python-updater/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/python-updater/python-updater-0.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/python-updater/ChangeLog b/app-admin/python-updater/ChangeLog index 976f3221f62c..aee81fae7fec 100644 --- a/app-admin/python-updater/ChangeLog +++ b/app-admin/python-updater/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/python-updater # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.88 2013/08/06 13:14:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.89 2013/08/07 13:36:20 ago Exp $ + + 07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-updater-0.11.ebuild: + Stable for x86, wrt bug #477950 06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-updater-0.11.ebuild: Stable for s390, wrt bug #477950 diff --git a/app-admin/python-updater/python-updater-0.11.ebuild b/app-admin/python-updater/python-updater-0.11.ebuild index 266ef21dcad3..8e963fe43ed2 100644 --- a/app-admin/python-updater/python-updater-0.11.ebuild +++ b/app-admin/python-updater/python-updater-0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.11.ebuild,v 1.10 2013/08/06 13:14:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.11.ebuild,v 1.11 2013/08/07 13:36:20 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/python-updater.git" else SRC_URI="http://dev.gentoo.org/~floppym/dist/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi LICENSE="GPL-2" |