diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 13:34:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 13:34:03 +0000 |
commit | 5e885a9b5ebad1aa47e738f1409b18d434fe3b0c (patch) | |
tree | 1c1b0f89f89f09eb890bec369d2cbd6c85a7019b /dev-python/dbus-python | |
parent | Stable for ppc64, wrt bug #472124 (diff) | |
download | gentoo-2-5e885a9b5ebad1aa47e738f1409b18d434fe3b0c.tar.gz gentoo-2-5e885a9b5ebad1aa47e738f1409b18d434fe3b0c.tar.bz2 gentoo-2-5e885a9b5ebad1aa47e738f1409b18d434fe3b0c.zip |
Stable for ppc64, wrt bug #453086
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dbus-python/dbus-python-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dbus-python/ChangeLog b/dev-python/dbus-python/ChangeLog index e4745a2712f5..1f4f93ded17b 100644 --- a/dev-python/dbus-python/ChangeLog +++ b/dev-python/dbus-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dbus-python # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.135 2013/06/02 08:40:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.136 2013/07/04 13:34:03 ago Exp $ + + 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> dbus-python-1.2.0.ebuild: + Stable for ppc64, wrt bug #453086 02 Jun 2013; Agostino Sarubbo <ago@gentoo.org> dbus-python-1.2.0.ebuild: Stable for sh, wrt bug #453086 diff --git a/dev-python/dbus-python/dbus-python-1.2.0.ebuild b/dev-python/dbus-python/dbus-python-1.2.0.ebuild index c32b0ba9b0e1..3c234ef976e1 100644 --- a/dev-python/dbus-python/dbus-python-1.2.0.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.0.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/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v 1.11 2013/06/02 08:40:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v 1.12 2013/07/04 13:34:03 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc examples test" # API docs generated with epydoc, which is python2-only REQUIRED_USE="doc? ( || ( python_targets_python2_6 python_targets_python2_7 ) )" |