diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 09:32:53 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 09:32:53 +0000 |
commit | bac30670b942d869ebe84a8cebeb2105c43a35c8 (patch) | |
tree | 001470e1cfe49c4a4fccd9ae16b6a091e0cf3ca8 /net-libs/libasyncns | |
parent | Stable for amd64, wrt bug #399921 (diff) | |
download | gentoo-2-bac30670b942d869ebe84a8cebeb2105c43a35c8.tar.gz gentoo-2-bac30670b942d869ebe84a8cebeb2105c43a35c8.tar.bz2 gentoo-2-bac30670b942d869ebe84a8cebeb2105c43a35c8.zip |
Stable for amd64, wrt bug #400437
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libasyncns')
-rw-r--r-- | net-libs/libasyncns/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libasyncns/libasyncns-0.8-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libasyncns/ChangeLog b/net-libs/libasyncns/ChangeLog index eb50edcc345a..5f2ed7d16f9c 100644 --- a/net-libs/libasyncns/ChangeLog +++ b/net-libs/libasyncns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libasyncns -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.23 2011/08/12 14:19:43 flameeyes Exp $ +# 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 $ + + 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> libasyncns-0.8-r2.ebuild: + Stable for amd64, wrt bug #400437 *libasyncns-0.8-r2 (12 Aug 2011) diff --git a/net-libs/libasyncns/libasyncns-0.8-r2.ebuild b/net-libs/libasyncns/libasyncns-0.8-r2.ebuild index e250a267d8f3..9f85c785dbb5 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-2011 Gentoo Foundation +# 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.1 2011/08/12 14:19:43 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r2.ebuild,v 1.2 2012/02/24 09:32:53 ago 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" |