diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-10-06 20:14:57 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-10-06 20:14:57 +0000 |
commit | 8027ce3a4b6bdcd1061cf8f76e02bde553ea3e71 (patch) | |
tree | 7313f3bd512649673e5248351ef8a97844405e09 /dev-python/kaa-base | |
parent | Fix dependencies for bug #153579, quoting and clean-up. Maintainer-needed (diff) | |
download | historical-8027ce3a4b6bdcd1061cf8f76e02bde553ea3e71.tar.gz historical-8027ce3a4b6bdcd1061cf8f76e02bde553ea3e71.tar.bz2 historical-8027ce3a4b6bdcd1061cf8f76e02bde553ea3e71.zip |
ppc stable, bug #190238
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'dev-python/kaa-base')
-rw-r--r-- | dev-python/kaa-base/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/kaa-base/kaa-base-0.1.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/kaa-base/ChangeLog b/dev-python/kaa-base/ChangeLog index f13620521de0..22bcf3a06fa7 100644 --- a/dev-python/kaa-base/ChangeLog +++ b/dev-python/kaa-base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/kaa-base # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/ChangeLog,v 1.5 2007/09/10 20:34:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/ChangeLog,v 1.6 2007/10/06 20:13:26 dertobi123 Exp $ + + 06 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org> + kaa-base-0.1.3.ebuild: + ppc stable, bug #190238 10 Sep 2007; Markus Meier <maekke@gentoo.org> kaa-base-0.1.3.ebuild: stable on x86, wrt bug #190238 diff --git a/dev-python/kaa-base/kaa-base-0.1.3.ebuild b/dev-python/kaa-base/kaa-base-0.1.3.ebuild index 4ca3585502ed..5dcf03a88acd 100644 --- a/dev-python/kaa-base/kaa-base-0.1.3.ebuild +++ b/dev-python/kaa-base/kaa-base-0.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.1.3.ebuild,v 1.4 2007/09/10 20:34:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/kaa-base-0.1.3.ebuild,v 1.5 2007/10/06 20:13:26 dertobi123 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 |