diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-01-24 04:42:43 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-01-24 04:42:43 +0000 |
commit | fd64d79e2402af0f4104560160ed094dc51a473d (patch) | |
tree | 8fa7f1d2875336329edc8eb1693a12fadd96d5db /net-libs/libasyncns | |
parent | Add nls to IUSE to silence portage warning. Thanks armin76. (diff) | |
download | gentoo-2-fd64d79e2402af0f4104560160ed094dc51a473d.tar.gz gentoo-2-fd64d79e2402af0f4104560160ed094dc51a473d.tar.bz2 gentoo-2-fd64d79e2402af0f4104560160ed094dc51a473d.zip |
amd64 stable
(Portage version: 2.1.4)
Diffstat (limited to 'net-libs/libasyncns')
-rw-r--r-- | net-libs/libasyncns/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libasyncns/libasyncns-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libasyncns/ChangeLog b/net-libs/libasyncns/ChangeLog index 44b6b2c60647..71534329560b 100644 --- a/net-libs/libasyncns/ChangeLog +++ b/net-libs/libasyncns/ChangeLog @@ -1,6 +1,9 @@ # 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.4 2008/01/08 21:51:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.5 2008/01/24 04:42:43 beandog Exp $ + + 24 Jan 2008; Steve Dibb <beandog@gentoo.org> libasyncns-0.3.ebuild: + amd64 stable 08 Jan 2008; Jeroen Roovers <jer@gentoo.org> libasyncns-0.3.ebuild: Marked ~hppa (bug #200076). diff --git a/net-libs/libasyncns/libasyncns-0.3.ebuild b/net-libs/libasyncns/libasyncns-0.3.ebuild index 5d822ddda319..89ae6b3f6389 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.4 2008/01/08 21:51:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.3.ebuild,v 1.5 2008/01/24 04:42:43 beandog 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 ~ppc64 ~sparc ~x86" IUSE="doc debug" |