diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-08-14 16:59:48 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-08-14 16:59:48 +0000 |
commit | ca437b258b2df2ca12148396c5d72e0cd2fa284b (patch) | |
tree | f51b9e4bd0eda904db4439bb5c925ce3937db573 | |
parent | x86 stable wrt bug #510204 (diff) | |
download | gentoo-2-ca437b258b2df2ca12148396c5d72e0cd2fa284b.tar.gz gentoo-2-ca437b258b2df2ca12148396c5d72e0cd2fa284b.tar.bz2 gentoo-2-ca437b258b2df2ca12148396c5d72e0cd2fa284b.zip |
x86 stable wrt bug #517418
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
-rw-r--r-- | net-libs/libmnl/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libmnl/libmnl-1.0.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libmnl/ChangeLog b/net-libs/libmnl/ChangeLog index e079e5fbd184..a8cc84469d7e 100644 --- a/net-libs/libmnl/ChangeLog +++ b/net-libs/libmnl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libmnl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmnl/ChangeLog,v 1.34 2014/07/31 08:18:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmnl/ChangeLog,v 1.35 2014/08/14 16:59:48 phajdan.jr Exp $ + + 14 Aug 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> libmnl-1.0.3-r1.ebuild: + x86 stable wrt bug #517418 31 Jul 2014; Jeroen Roovers <jer@gentoo.org> libmnl-1.0.3-r1.ebuild: Stable for HPPA (bug #517418). diff --git a/net-libs/libmnl/libmnl-1.0.3-r1.ebuild b/net-libs/libmnl/libmnl-1.0.3-r1.ebuild index a4d68280b541..295441a67971 100644 --- a/net-libs/libmnl/libmnl-1.0.3-r1.ebuild +++ b/net-libs/libmnl/libmnl-1.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmnl/libmnl-1.0.3-r1.ebuild,v 1.6 2014/07/31 08:18:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmnl/libmnl-1.0.3-r1.ebuild,v 1.7 2014/08/14 16:59:48 phajdan.jr Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" +KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux" IUSE="examples static-libs" src_configure() { |