diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-26 03:06:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-26 03:06:56 +0000 |
commit | a7e8fa83fa2f076ad286389e5401f20857b9f83d (patch) | |
tree | 2cdf9be5172f8c8f2df53d5f486dc69699b38378 /dev-libs/libdnet | |
parent | Stable for alpha, wrt bug #472186 (diff) | |
download | gentoo-2-a7e8fa83fa2f076ad286389e5401f20857b9f83d.tar.gz gentoo-2-a7e8fa83fa2f076ad286389e5401f20857b9f83d.tar.bz2 gentoo-2-a7e8fa83fa2f076ad286389e5401f20857b9f83d.zip |
Stable for alpha, wrt bug #471420
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", 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 ea38714bdd18..4a7d624b221d 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.65 2013/06/22 13:27:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.66 2013/06/26 03:06:56 ago Exp $ + + 26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libdnet-1.12.ebuild: + Stable for alpha, wrt bug #471420 22 Jun 2013; Jeroen Roovers <jer@gentoo.org> libdnet-1.12.ebuild: Fix building with system python3 (bug #473924 again). Remove unneeded diff --git a/dev-libs/libdnet/libdnet-1.12.ebuild b/dev-libs/libdnet/libdnet-1.12.ebuild index 7e248ae04bec..66a3b7d19dd8 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.9 2013/06/22 13:27:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.10 2013/06/26 03:06:56 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 )" |