diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-26 12:17:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-26 12:17:17 +0000 |
commit | 6b1e5e9d5fb35c0b32282629fff5450fac1ec624 (patch) | |
tree | 69b151b15953dc3a52ade058c80da051a0009696 /net-libs/libasyncns | |
parent | Stable for sparc, wrt bug #495820 (diff) | |
download | gentoo-2-6b1e5e9d5fb35c0b32282629fff5450fac1ec624.tar.gz gentoo-2-6b1e5e9d5fb35c0b32282629fff5450fac1ec624.tar.bz2 gentoo-2-6b1e5e9d5fb35c0b32282629fff5450fac1ec624.zip |
Stable for sparc, wrt bug #495852
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/libasyncns')
-rw-r--r-- | net-libs/libasyncns/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libasyncns/libasyncns-0.8-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libasyncns/ChangeLog b/net-libs/libasyncns/ChangeLog index a5e165f4a14b..8474403efe54 100644 --- a/net-libs/libasyncns/ChangeLog +++ b/net-libs/libasyncns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libasyncns # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.43 2014/01/19 10:25:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.44 2014/01/26 12:17:17 ago Exp $ + + 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libasyncns-0.8-r3.ebuild: + Stable for sparc, wrt bug #495852 19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libasyncns-0.8-r3.ebuild: Stable for ppc64, wrt bug #495852 diff --git a/net-libs/libasyncns/libasyncns-0.8-r3.ebuild b/net-libs/libasyncns/libasyncns-0.8-r3.ebuild index a9fb08097faf..9ded33bff7ac 100644 --- a/net-libs/libasyncns/libasyncns-0.8-r3.ebuild +++ b/net-libs/libasyncns/libasyncns-0.8-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r3.ebuild,v 1.9 2014/01/19 10:25:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r3.ebuild,v 1.10 2014/01/26 12:17:17 ago Exp $ EAPI=5 inherit eutils flag-o-matic libtool multilib multilib-minimal @@ -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 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="doc debug" |