diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-21 13:35:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-21 13:35:47 +0000 |
commit | 119ff75cbf19b0cc7eaeed9c8b2af277f29025f1 (patch) | |
tree | 3438e423f7933d8965c0d0fef0efd88a4bfc3bb4 /dev-python/pyxdg | |
parent | sci-mathematics/jags: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instea... (diff) | |
download | gentoo-2-119ff75cbf19b0cc7eaeed9c8b2af277f29025f1.tar.gz gentoo-2-119ff75cbf19b0cc7eaeed9c8b2af277f29025f1.tar.bz2 gentoo-2-119ff75cbf19b0cc7eaeed9c8b2af277f29025f1.zip |
Stable for ia64, wrt bug #457334
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pyxdg')
-rw-r--r-- | dev-python/pyxdg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyxdg/pyxdg-0.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyxdg/ChangeLog b/dev-python/pyxdg/ChangeLog index c507c5fe1c20..bf271bb91958 100644 --- a/dev-python/pyxdg/ChangeLog +++ b/dev-python/pyxdg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyxdg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.111 2013/02/18 23:30:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.112 2013/02/21 13:35:47 ago Exp $ + + 21 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pyxdg-0.25.ebuild: + Stable for ia64, wrt bug #457334 18 Feb 2013; Jeroen Roovers <jer@gentoo.org> pyxdg-0.25.ebuild: Stable for HPPA (bug #457334). diff --git a/dev-python/pyxdg/pyxdg-0.25.ebuild b/dev-python/pyxdg/pyxdg-0.25.ebuild index ac7c9422887b..a20893ce6ded 100644 --- a/dev-python/pyxdg/pyxdg-0.25.ebuild +++ b/dev-python/pyxdg/pyxdg-0.25.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/pyxdg/pyxdg-0.25.ebuild,v 1.11 2013/02/18 23:30:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.25.ebuild,v 1.12 2013/02/21 13:35:47 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://people.freedesktop.org/~takluyver/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="test" DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" |