diff options
author | 2013-12-31 08:43:50 +0000 | |
---|---|---|
committer | 2013-12-31 08:43:50 +0000 | |
commit | 7b4158636ad7fcd74bcfd0f10c2b5ab032d9d9fe (patch) | |
tree | 0f876155e2757f3213f25f8010b936ba13df844a /net-libs | |
parent | add ~arm, bug #495230 (diff) | |
download | gentoo-2-7b4158636ad7fcd74bcfd0f10c2b5ab032d9d9fe.tar.gz gentoo-2-7b4158636ad7fcd74bcfd0f10c2b5ab032d9d9fe.tar.bz2 gentoo-2-7b4158636ad7fcd74bcfd0f10c2b5ab032d9d9fe.zip |
arm stable, bug #495852
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'net-libs')
-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 9b1eda3b0984..c9b9c4c92e5e 100644 --- a/net-libs/libasyncns/ChangeLog +++ b/net-libs/libasyncns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libasyncns # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.36 2013/12/25 15:25:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.37 2013/12/31 08:43:50 maekke Exp $ + + 31 Dec 2013; Markus Meier <maekke@gentoo.org> libasyncns-0.8-r3.ebuild: + arm stable, bug #495852 25 Dec 2013; Jeroen Roovers <jer@gentoo.org> libasyncns-0.8-r3.ebuild: Stable for HPPA (bug #495852). diff --git a/net-libs/libasyncns/libasyncns-0.8-r3.ebuild b/net-libs/libasyncns/libasyncns-0.8-r3.ebuild index 5bfbcbdec506..78fe85ecc42a 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-2013 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.2 2013/12/25 15:25:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r3.ebuild,v 1.3 2013/12/31 08:43:50 maekke 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" |