diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-04-19 22:25:33 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-04-19 22:25:33 +0000 |
commit | 936219ef92ddd8cd3ad3a3e066bf1dc76837e894 (patch) | |
tree | 97c7ea229970f4d69ea2ae62d456feb40aa0b46d /net-misc/howl | |
parent | Remove retired developer from metadata.xml. (diff) | |
download | gentoo-2-936219ef92ddd8cd3ad3a3e066bf1dc76837e894.tar.gz gentoo-2-936219ef92ddd8cd3ad3a3e066bf1dc76837e894.tar.bz2 gentoo-2-936219ef92ddd8cd3ad3a3e066bf1dc76837e894.zip |
Push 0.9.8 to ia64 stable as that doesn't break with 2.6 headers while current stable does; bug #89700.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/howl')
-rw-r--r-- | net-misc/howl/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/howl/howl-0.9.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/howl/ChangeLog b/net-misc/howl/ChangeLog index 842de2d4b033..ad3824965297 100644 --- a/net-misc/howl/ChangeLog +++ b/net-misc/howl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/howl # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/ChangeLog,v 1.25 2005/04/02 03:56:29 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/ChangeLog,v 1.26 2005/04/19 22:25:33 plasmaroo Exp $ + + 19 Apr 2005; <plasmaroo@gentoo.org> howl-0.9.8.ebuild: + Push 0.9.8 to ia64 stable as that doesn't break with 2.6 headers while current + stable does; bug #89700. 02 Apr 2005; Stephen P. Becker <geoman@gentoo.org> howl-0.9.6-r2.ebuild: stable on mips diff --git a/net-misc/howl/howl-0.9.8.ebuild b/net-misc/howl/howl-0.9.8.ebuild index 267f7722148b..1f820b5f428e 100644 --- a/net-misc/howl/howl-0.9.8.ebuild +++ b/net-misc/howl/howl-0.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.8.ebuild,v 1.5 2005/03/13 08:35:46 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.8.ebuild,v 1.6 2005/04/19 22:25:33 plasmaroo Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.porchdogsoft.com/download/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~ia64 ~ppc ~s390 ~sparc ~x86 ~ppc64 ~ppc-macos" +KEYWORDS="~amd64 ~hppa ~mips ia64 ~ppc ~s390 ~sparc ~x86 ~ppc64 ~ppc-macos" IUSE="" DEPEND="virtual/libc" |