diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-29 19:41:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-29 19:41:41 +0000 |
commit | 480a80f8253f3019a068e6fb031dfdacdda1234b (patch) | |
tree | 9b065e8f23a2f49e39cb50a6cd323a1163726933 /dev-libs/libdnet | |
parent | Stable for ppc64, wrt bug #472186 (diff) | |
download | gentoo-2-480a80f8253f3019a068e6fb031dfdacdda1234b.tar.gz gentoo-2-480a80f8253f3019a068e6fb031dfdacdda1234b.tar.bz2 gentoo-2-480a80f8253f3019a068e6fb031dfdacdda1234b.zip |
Stable for ppc64, wrt bug #471420
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", 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 81a6921a2051..54cd34ebeb17 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.69 2013/06/29 18:32:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.70 2013/06/29 19:41:41 ago Exp $ + + 29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libdnet-1.12.ebuild: + Stable for ppc64, wrt bug #471420 29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libdnet-1.12.ebuild: Stable for ppc, wrt bug #471420 diff --git a/dev-libs/libdnet/libdnet-1.12.ebuild b/dev-libs/libdnet/libdnet-1.12.ebuild index 68ff2816361d..94192514e938 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.13 2013/06/29 18:32:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.14 2013/06/29 19:41:41 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 )" |