diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-10-10 17:40:39 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-10-10 17:40:39 +0000 |
commit | 8e07bc15bcccbbb43b8a48b6801e31165ae7c1e2 (patch) | |
tree | 58da1bbbc5575bd90686c9f8f60702498290fdcc /dev-python/kid | |
parent | Whitespace. (diff) | |
download | historical-8e07bc15bcccbbb43b8a48b6801e31165ae7c1e2.tar.gz historical-8e07bc15bcccbbb43b8a48b6801e31165ae7c1e2.tar.bz2 historical-8e07bc15bcccbbb43b8a48b6801e31165ae7c1e2.zip |
Merge from Prefix
Package-Manager: portage-2.2.00.14552-prefix/cvs/Darwin powerpc
RepoMan-Options: --force
Diffstat (limited to 'dev-python/kid')
-rw-r--r-- | dev-python/kid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/kid/kid-0.9.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/kid/ChangeLog b/dev-python/kid/ChangeLog index c885dbf6df51..2d5f2aa9f018 100644 --- a/dev-python/kid/ChangeLog +++ b/dev-python/kid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/kid # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/ChangeLog,v 1.14 2009/10/01 23:12:25 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/ChangeLog,v 1.15 2009/10/10 17:24:44 grobian Exp $ + + 10 Oct 2009; Fabian Groffen <grobian@gentoo.org> kid-0.9.6.ebuild: + Merge from Prefix 01 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> kid-0.9.6.ebuild: diff --git a/dev-python/kid/kid-0.9.6.ebuild b/dev-python/kid/kid-0.9.6.ebuild index 8e1066ab479b..ad6f4a6f220e 100644 --- a/dev-python/kid/kid-0.9.6.ebuild +++ b/dev-python/kid/kid-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/kid-0.9.6.ebuild,v 1.2 2009/10/01 23:12:25 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/kid-0.9.6.ebuild,v 1.3 2009/10/10 17:24:44 grobian Exp $ EAPI="2" @@ -13,7 +13,7 @@ DESCRIPTION="A simple and Pythonic XML template language" SRC_URI="http://www.kid-templating.org/dist/${PV}/dist/${P}.tar.gz" HOMEPAGE="http://www.kid-templating.org/" -KEYWORDS="~amd64 ~ia64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux ~x86-macos" LICENSE="MIT" SLOT="0" IUSE="doc examples" |