diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-25 07:41:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-25 07:41:42 +0000 |
commit | 486a4cb7c7e5063ff42a4219f32439edf3e66225 (patch) | |
tree | 17749afe2dd5d016d38f0da4786b992a81a1c593 /dev-libs/libnl | |
parent | Initial commit of package requested in bug #469628 (diff) | |
download | gentoo-2-486a4cb7c7e5063ff42a4219f32439edf3e66225.tar.gz gentoo-2-486a4cb7c7e5063ff42a4219f32439edf3e66225.tar.bz2 gentoo-2-486a4cb7c7e5063ff42a4219f32439edf3e66225.zip |
Stable for sparc, wrt bug #471046
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index dbd8bdba098d..125102876eba 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.158 2013/05/24 19:42:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.159 2013/05/25 07:41:42 ago Exp $ + + 25 May 2013; Agostino Sarubbo <ago@gentoo.org> libnl-3.2.21.ebuild: + Stable for sparc, wrt bug #471046 24 May 2013; Agostino Sarubbo <ago@gentoo.org> libnl-3.2.21.ebuild: Stable for ppc64, wrt bug #471046 diff --git a/dev-libs/libnl/libnl-3.2.21.ebuild b/dev-libs/libnl/libnl-3.2.21.ebuild index 9a0808ceb9c2..ba554c1a7bae 100644 --- a/dev-libs/libnl/libnl-3.2.21.ebuild +++ b/dev-libs/libnl/libnl-3.2.21.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/libnl/libnl-3.2.21.ebuild,v 1.5 2013/05/24 19:42:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.21.ebuild,v 1.6 2013/05/25 07:41:42 ago Exp $ EAPI=4 inherit eutils libtool multilib @@ -13,7 +13,7 @@ SRC_URI=" " LICENSE="LGPL-2.1 doc? ( GPL-2 ) utils? ( GPL-2 )" SLOT="3" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="doc static-libs utils" DEPEND=" |