diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-08-29 14:20:30 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-08-29 14:20:30 +0000 |
commit | 99cd74c3a17265cb8688965c39ab9e34fd6a4cb2 (patch) | |
tree | 91af023519b5acc1a924af8e556cedf71c818d71 /dev-python/webut | |
parent | Bug #236051, I had a download failure during digesting, with a zero-byte file... (diff) | |
download | historical-99cd74c3a17265cb8688965c39ab9e34fd6a4cb2.tar.gz historical-99cd74c3a17265cb8688965c39ab9e34fd6a4cb2.tar.bz2 historical-99cd74c3a17265cb8688965c39ab9e34fd6a4cb2.zip |
Add ~alpha/~ia64 wrt #235969
Package-Manager: portage-2.1.4.4
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 d1ebc9dc56dc..ef80b6edfeba 100644 --- a/dev-python/webut/ChangeLog +++ b/dev-python/webut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webut # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v 1.3 2008/08/29 12:10:15 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v 1.4 2008/08/29 14:15:57 armin76 Exp $ + + 29 Aug 2008; Raúl Porcel <armin76@gentoo.org> webut-0.1.0.2.ebuild: + Add ~alpha/~ia64 wrt #235969 29 Aug 2008; Ferris McCormick <fmccor@gentoo.org> webut-0.1.0.2.ebuild: Added ~sparc for testing; part of Bug #235969 --- installs fine. diff --git a/dev-python/webut/webut-0.1.0.2.ebuild b/dev-python/webut/webut-0.1.0.2.ebuild index 09f3d72a749c..936861bb6022 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-2008 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.3 2008/08/29 12:10:15 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/webut-0.1.0.2.ebuild,v 1.4 2008/08/29 14:15:57 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="~amd64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" IUSE="examples" DEPEND="" |