diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-07 10:22:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-07 10:22:25 +0000 |
commit | 9593586270091110dd3099b7a7a42f3228a3c127 (patch) | |
tree | a5d97ebce4f3284c34b1a2927ebd0ee0f159fc10 /dev-libs/libdnet | |
parent | Stable for x86, wrt bug #475788 (diff) | |
download | gentoo-2-9593586270091110dd3099b7a7a42f3228a3c127.tar.gz gentoo-2-9593586270091110dd3099b7a7a42f3228a3c127.tar.bz2 gentoo-2-9593586270091110dd3099b7a7a42f3228a3c127.zip |
Stable for x86, wrt bug #471420
(Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libdnet')
-rw-r--r-- | dev-libs/libdnet/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libdnet/libdnet-1.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libdnet/ChangeLog b/dev-libs/libdnet/ChangeLog index 54cd34ebeb17..8ec92d1d0820 100644 --- a/dev-libs/libdnet/ChangeLog +++ b/dev-libs/libdnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libdnet # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.70 2013/06/29 19:41:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.71 2013/07/07 10:22:25 ago Exp $ + + 07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libdnet-1.12.ebuild: + Stable for x86, wrt bug #471420 29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libdnet-1.12.ebuild: Stable for ppc64, wrt bug #471420 diff --git a/dev-libs/libdnet/libdnet-1.12.ebuild b/dev-libs/libdnet/libdnet-1.12.ebuild index 94192514e938..01057eeb01b2 100644 --- a/dev-libs/libdnet/libdnet-1.12.ebuild +++ b/dev-libs/libdnet/libdnet-1.12.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/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.14 2013/06/29 19:41:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.15 2013/07/07 10:22:25 ago Exp $ EAPI=5 @@ -17,7 +17,7 @@ SRC_URI="http://libdnet.googlecode.com/files/${P}.tgz LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="ipv6 python static-libs test" #DEPEND="test? ( dev-libs/check )" |