diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-14 15:34:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-14 15:34:43 +0000 |
commit | a123be9ad965ad912fa935adb83d3f5ff97d737b (patch) | |
tree | 64eef6683e8a11a9cead291a8eae588ed661a7a8 /net-libs/libasyncns | |
parent | Stable for ppc, wrt bug #495974 (diff) | |
download | gentoo-2-a123be9ad965ad912fa935adb83d3f5ff97d737b.tar.gz gentoo-2-a123be9ad965ad912fa935adb83d3f5ff97d737b.tar.bz2 gentoo-2-a123be9ad965ad912fa935adb83d3f5ff97d737b.zip |
Stable for ppc, wrt bug #495852
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", 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 f6a94cfecffb..925880efe26e 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.39 2014/01/14 13:59:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.40 2014/01/14 15:34:43 ago Exp $ + + 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libasyncns-0.8-r3.ebuild: + Stable for ppc, wrt bug #495852 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libasyncns-0.8-r3.ebuild: Stable for x86, wrt bug #495852 diff --git a/net-libs/libasyncns/libasyncns-0.8-r3.ebuild b/net-libs/libasyncns/libasyncns-0.8-r3.ebuild index 987e4217c1b4..d8146ada8ed6 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.5 2014/01/14 13:59:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r3.ebuild,v 1.6 2014/01/14 15:34:43 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" |