diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-05-29 16:04:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-05-29 16:04:41 +0000 |
commit | d3d68bf029b3f3edf339e65261746b3b55008ccb (patch) | |
tree | 843f2896be014572ef64cae3715b3ca430660145 /dev-libs | |
parent | net-fs/netatalk: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED... (diff) | |
download | gentoo-2-d3d68bf029b3f3edf339e65261746b3b55008ccb.tar.gz gentoo-2-d3d68bf029b3f3edf339e65261746b3b55008ccb.tar.bz2 gentoo-2-d3d68bf029b3f3edf339e65261746b3b55008ccb.zip |
Stable for HPPA (bug #471420).
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-libs')
-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 2384d1baa9d3..748ebc1db1c8 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.60 2013/05/27 11:50:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.61 2013/05/29 16:04:41 jer Exp $ + + 29 May 2013; Jeroen Roovers <jer@gentoo.org> libdnet-1.12.ebuild: + Stable for HPPA (bug #471420). 27 May 2013; Jeroen Roovers <jer@gentoo.org> libdnet-1.11-r2.ebuild, libdnet-1.12.ebuild: diff --git a/dev-libs/libdnet/libdnet-1.12.ebuild b/dev-libs/libdnet/libdnet-1.12.ebuild index fc4ddf4d1730..4ef7e2915e26 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.4 2013/05/27 11:50:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.5 2013/05/29 16:04:41 jer Exp $ EAPI=5 @@ -19,7 +19,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 )" |