diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:40:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:40:21 +0000 |
commit | c31b657cbf0eaf02dfb17adffdf841815f2efc82 (patch) | |
tree | fa0ccf218a803cd6a848e1a3b193b9656ae27579 /dev-python/dbus-python | |
parent | Stable for x86, wrt bug #453086 (diff) | |
download | gentoo-2-c31b657cbf0eaf02dfb17adffdf841815f2efc82.tar.gz gentoo-2-c31b657cbf0eaf02dfb17adffdf841815f2efc82.tar.bz2 gentoo-2-c31b657cbf0eaf02dfb17adffdf841815f2efc82.zip |
Stable for x86, wrt bug #453086
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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 aca430020f21..467977fb5a84 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.126 2013/05/14 09:03:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.127 2013/05/14 09:40:21 ago Exp $ + + 14 May 2013; Agostino Sarubbo <ago@gentoo.org> dbus-python-1.2.0.ebuild: + Stable for x86, wrt bug #453086 14 May 2013; Agostino Sarubbo <ago@gentoo.org> dbus-python-1.2.0.ebuild: Stable for amd64, 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 bdece027f191..df42711de043 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.2 2013/05/14 09:03:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v 1.3 2013/05/14 09:40:21 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 ) )" |