diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-17 17:39:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-17 17:39:44 +0000 |
commit | ea0571b35ccc390b227d027e323ed5dc8aa3cbaa (patch) | |
tree | 59ca1e22492c5d3a2c38dde521ed60d4fbba1474 /net-libs | |
parent | Stable for x86, wrt bug #457806 (diff) | |
download | gentoo-2-ea0571b35ccc390b227d027e323ed5dc8aa3cbaa.tar.gz gentoo-2-ea0571b35ccc390b227d027e323ed5dc8aa3cbaa.tar.bz2 gentoo-2-ea0571b35ccc390b227d027e323ed5dc8aa3cbaa.zip |
Stable for x86, wrt bug #457806
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libmnl/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libmnl/libmnl-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libmnl/ChangeLog b/net-libs/libmnl/ChangeLog index df2ba9fab49e..41f61626e89e 100644 --- a/net-libs/libmnl/ChangeLog +++ b/net-libs/libmnl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libmnl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmnl/ChangeLog,v 1.21 2013/02/16 23:10:44 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmnl/ChangeLog,v 1.22 2013/02/17 17:39:44 ago Exp $ + + 17 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libmnl-1.0.3.ebuild: + Stable for x86, wrt bug #457806 16 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> libmnl-1.0.3.ebuild: Stable on arm, wrt bug #457806 diff --git a/net-libs/libmnl/libmnl-1.0.3.ebuild b/net-libs/libmnl/libmnl-1.0.3.ebuild index 0cdba08d3a65..87d20b497c27 100644 --- a/net-libs/libmnl/libmnl-1.0.3.ebuild +++ b/net-libs/libmnl/libmnl-1.0.3.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/net-libs/libmnl/libmnl-1.0.3.ebuild,v 1.8 2013/02/16 23:10:44 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmnl/libmnl-1.0.3.ebuild,v 1.9 2013/02/17 17:39:44 ago 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux" IUSE="examples" src_configure() { |