diff options
author | 2011-01-04 15:31:46 +0000 | |
---|---|---|
committer | 2011-01-04 15:31:46 +0000 | |
commit | 586999c3efe0cae3fa12aa80c709bebb355a493e (patch) | |
tree | 56f480d40d5402176252f6700c275faae62eb007 /dev-libs | |
parent | Stable on amd64 wrt bug #350307 (diff) | |
download | gentoo-2-586999c3efe0cae3fa12aa80c709bebb355a493e.tar.gz gentoo-2-586999c3efe0cae3fa12aa80c709bebb355a493e.tar.bz2 gentoo-2-586999c3efe0cae3fa12aa80c709bebb355a493e.zip |
Stable on amd64 wrt bug #350460
(Portage version: 2.1.9.28/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libnl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-1.1-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index d5a67b646370..7c465fa5fa5d 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libnl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.42 2010/10/25 05:14:36 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.43 2011/01/04 15:31:46 hwoarang Exp $ + + 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> libnl-1.1-r2.ebuild: + Stable on amd64 wrt bug #350460 *libnl-2.0 (25 Oct 2010) diff --git a/dev-libs/libnl/libnl-1.1-r2.ebuild b/dev-libs/libnl/libnl-1.1-r2.ebuild index 11673e327774..9f6bc63f7c1b 100644 --- a/dev-libs/libnl/libnl-1.1-r2.ebuild +++ b/dev-libs/libnl/libnl-1.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.1-r2.ebuild,v 1.6 2010/08/11 00:53:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.1-r2.ebuild,v 1.7 2011/01/04 15:31:46 hwoarang Exp $ EAPI="2" @@ -11,7 +11,7 @@ HOMEPAGE="http://people.suug.ch/~tgr/libnl/" SRC_URI="http://people.suug.ch/~tgr/libnl/files/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="doc" DEPEND="doc? ( app-doc/doxygen )" |