diff options
Diffstat (limited to 'net-libs/udns')
-rw-r--r-- | net-libs/udns/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/udns/udns-0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/udns/ChangeLog b/net-libs/udns/ChangeLog index bc8c9ea095e5..f37e33ce4278 100644 --- a/net-libs/udns/ChangeLog +++ b/net-libs/udns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/udns # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/udns/ChangeLog,v 1.20 2011/11/11 09:27:19 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/udns/ChangeLog,v 1.21 2011/11/12 09:12:17 hwoarang Exp $ + + 12 Nov 2011; Markos Chandras <hwoarang@gentoo.org> udns-0.1.ebuild: + Stable on amd64 wrt bug #389741 11 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> udns-0.1.ebuild: x86 stable wrt bug #389741 diff --git a/net-libs/udns/udns-0.1.ebuild b/net-libs/udns/udns-0.1.ebuild index b522c4738dd8..73ab3c45114a 100644 --- a/net-libs/udns/udns-0.1.ebuild +++ b/net-libs/udns/udns-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/udns/udns-0.1.ebuild,v 1.2 2011/11/11 09:27:19 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/udns/udns-0.1.ebuild,v 1.3 2011/11/12 09:12:17 hwoarang Exp $ EAPI="4" inherit eutils multilib @@ -11,7 +11,7 @@ SRC_URI="http://www.corpit.ru/mjt/udns/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ppc ~sparc x86" IUSE="ipv6 static" # Yes, this doesn't depend on any other library beside "system" set |