diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-01-29 17:12:21 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-01-29 17:12:21 +0000 |
commit | 499e86a62a8a2f80dc7e24df28ae0b5dc1f51157 (patch) | |
tree | d02474cd51ec194ec6fe5a7cc4eed7d2495024e8 /dev-libs/libnl | |
parent | Fix building with Linux >= 2.6.36 wrt #352335. (diff) | |
download | gentoo-2-499e86a62a8a2f80dc7e24df28ae0b5dc1f51157.tar.gz gentoo-2-499e86a62a8a2f80dc7e24df28ae0b5dc1f51157.tar.bz2 gentoo-2-499e86a62a8a2f80dc7e24df28ae0b5dc1f51157.zip |
alpha/ia64/sh/sparc stable wrt #350460
(Portage version: 2.1.9.25/cvs/Linux ia64)
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-1.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index 0434bb536084..f7e42b8caec7 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.46 2011/01/21 15:44:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.47 2011/01/29 17:12:21 armin76 Exp $ + + 29 Jan 2011; Raúl Porcel <armin76@gentoo.org> libnl-1.1-r2.ebuild: + alpha/ia64/sh/sparc stable wrt #350460 21 Jan 2011; Jeroen Roovers <jer@gentoo.org> libnl-1.1-r2.ebuild: Stable for HPPA (bug #350460). diff --git a/dev-libs/libnl/libnl-1.1-r2.ebuild b/dev-libs/libnl/libnl-1.1-r2.ebuild index 004792181642..f0ddbd46ce04 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-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.10 2011/01/21 15:44:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.1-r2.ebuild,v 1.11 2011/01/29 17:12:21 armin76 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 )" |