diff options
author | 2008-04-27 14:20:11 +0000 | |
---|---|---|
committer | 2008-04-27 14:20:11 +0000 | |
commit | 807e900331e8bbac797e27bf5316b9d75509db39 (patch) | |
tree | a069401f655e5cb2f82b4b4f573bcd1c5ee19c7c /dev-python/kaa-base | |
parent | Add ~sparc keyword, Bug #219460. All tests pass. (diff) | |
download | historical-807e900331e8bbac797e27bf5316b9d75509db39.tar.gz historical-807e900331e8bbac797e27bf5316b9d75509db39.tar.bz2 historical-807e900331e8bbac797e27bf5316b9d75509db39.zip |
x86 stable, bug #218647
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'dev-python/kaa-base')
-rw-r--r-- | dev-python/kaa-base/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/kaa-base/kaa-base-0.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/kaa-base/ChangeLog b/dev-python/kaa-base/ChangeLog index fde507a73de7..98047353d527 100644 --- a/dev-python/kaa-base/ChangeLog +++ b/dev-python/kaa-base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/kaa-base # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/ChangeLog,v 1.8 2008/04/20 20:18:46 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/ChangeLog,v 1.9 2008/04/27 14:14:04 maekke Exp $ + + 27 Apr 2008; Markus Meier <maekke@gentoo.org> kaa-base-0.3.0.ebuild: + x86 stable, bug #218647 20 Apr 2008; Robert Buchholz <rbu@gentoo.org> kaa-base-0.3.0.ebuild: amd64 stable, bug 218647 diff --git a/dev-python/kaa-base/kaa-base-0.3.0.ebuild b/dev-python/kaa-base/kaa-base-0.3.0.ebuild index ff03db37044d..05047ab416d2 100644 --- a/dev-python/kaa-base/kaa-base-0.3.0.ebuild +++ b/dev-python/kaa-base/kaa-base-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/kaa-base-0.3.0.ebuild,v 1.2 2008/04/20 20:17:49 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/kaa-base-0.3.0.ebuild,v 1.3 2008/04/27 14:14:04 maekke Exp $ inherit python eutils distutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/freevo/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="sqlite lirc" RDEPEND="dev-libs/libxml2 |