diff options
Diffstat (limited to 'dev-python/webut')
-rw-r--r-- | dev-python/webut/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webut/webut-0.1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webut/ChangeLog b/dev-python/webut/ChangeLog index 7eea19f38ab6..d647d494c16f 100644 --- a/dev-python/webut/ChangeLog +++ b/dev-python/webut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webut # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v 1.6 2009/09/16 17:24:20 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v 1.7 2009/09/23 18:27:48 armin76 Exp $ + + 23 Sep 2009; Raúl Porcel <armin76@gentoo.org> webut-0.1.0.2.ebuild: + alpha/ia64 stable wrt #284764 16 Sep 2009; Christian Faulhammer <fauli@gentoo.org> webut-0.1.0.2.ebuild: stable x86, bug 284764 diff --git a/dev-python/webut/webut-0.1.0.2.ebuild b/dev-python/webut/webut-0.1.0.2.ebuild index b02241e13953..ccf141de046e 100644 --- a/dev-python/webut/webut-0.1.0.2.ebuild +++ b/dev-python/webut/webut-0.1.0.2.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/webut/webut-0.1.0.2.ebuild,v 1.6 2009/09/16 17:24:20 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/webut-0.1.0.2.ebuild,v 1.7 2009/09/23 18:27:48 armin76 Exp $ inherit distutils versionator @@ -11,7 +11,7 @@ HOMEPAGE="http://www.inoi.fi/open/trac/webut" SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc x86" +KEYWORDS="alpha ~amd64 ia64 ~ppc ~sparc x86" IUSE="examples" DEPEND="" |