diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-01-26 21:30:03 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-01-26 21:30:03 +0000 |
commit | c271dfabed6e590391dc3c622d60c8906d76f334 (patch) | |
tree | 65a748b76a2bdbfb679568f502b8a5c99f43de9f /net-libs | |
parent | Add ~alpha (diff) | |
download | gentoo-2-c271dfabed6e590391dc3c622d60c8906d76f334.tar.gz gentoo-2-c271dfabed6e590391dc3c622d60c8906d76f334.tar.bz2 gentoo-2-c271dfabed6e590391dc3c622d60c8906d76f334.zip |
ppc stable, bug #207214
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libasyncns/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libasyncns/libasyncns-0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libasyncns/ChangeLog b/net-libs/libasyncns/ChangeLog index 31272a593866..7ce388831cc3 100644 --- a/net-libs/libasyncns/ChangeLog +++ b/net-libs/libasyncns/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libasyncns # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.9 2008/01/26 13:15:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.10 2008/01/26 21:30:03 dertobi123 Exp $ + + 26 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> + libasyncns-0.3.ebuild: + ppc stable, bug #207214 26 Jan 2008; Jeroen Roovers <jer@gentoo.org> libasyncns-0.3.ebuild: Stable for HPPA (bug #207214). diff --git a/net-libs/libasyncns/libasyncns-0.3.ebuild b/net-libs/libasyncns/libasyncns-0.3.ebuild index 25572f5929dd..c7c1ce866276 100644 --- a/net-libs/libasyncns/libasyncns-0.3.ebuild +++ b/net-libs/libasyncns/libasyncns-0.3.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/net-libs/libasyncns/libasyncns-0.3.ebuild,v 1.9 2008/01/26 13:14:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.3.ebuild,v 1.10 2008/01/26 21:30:03 dertobi123 Exp $ inherit libtool autotools @@ -11,7 +11,7 @@ SRC_URI="http://0pointer.de/lennart/projects/libasyncns/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha amd64 hppa ia64 ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="doc debug" |