diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-27 03:18:43 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-27 03:18:43 +0000 |
commit | 8369f3925a13ab961f5bfd49d500f1c1f4c4f9b8 (patch) | |
tree | 8e286cee4b06a11ed4c1f40088d328f2b8102128 /net-libs | |
parent | Stable for HPPA (bug #387547). (diff) | |
download | gentoo-2-8369f3925a13ab961f5bfd49d500f1c1f4c4f9b8.tar.gz gentoo-2-8369f3925a13ab961f5bfd49d500f1c1f4c4f9b8.tar.bz2 gentoo-2-8369f3925a13ab961f5bfd49d500f1c1f4c4f9b8.zip |
Stable for HPPA (bug #400437).
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libasyncns/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libasyncns/libasyncns-0.8-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libasyncns/ChangeLog b/net-libs/libasyncns/ChangeLog index 5f2ed7d16f9c..e726c588bff4 100644 --- a/net-libs/libasyncns/ChangeLog +++ b/net-libs/libasyncns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libasyncns # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.24 2012/02/24 09:32:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.25 2012/02/27 03:18:43 jer Exp $ + + 27 Feb 2012; Jeroen Roovers <jer@gentoo.org> libasyncns-0.8-r2.ebuild: + Stable for HPPA (bug #400437). 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> libasyncns-0.8-r2.ebuild: Stable for amd64, wrt bug #400437 diff --git a/net-libs/libasyncns/libasyncns-0.8-r2.ebuild b/net-libs/libasyncns/libasyncns-0.8-r2.ebuild index 9f85c785dbb5..9b24f2c2a55d 100644 --- a/net-libs/libasyncns/libasyncns-0.8-r2.ebuild +++ b/net-libs/libasyncns/libasyncns-0.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r2.ebuild,v 1.2 2012/02/24 09:32:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r2.ebuild,v 1.3 2012/02/27 03:18:43 jer Exp $ EAPI=3 inherit eutils libtool flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://0pointer.de/lennart/projects/libasyncns/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux" IUSE="doc debug" |