diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-12 14:08:31 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-12 14:08:31 +0000 |
commit | 50f6c081c74c4b3534b0ca9b6ce2cfd792c8f76e (patch) | |
tree | 216c6f36c27a5b6d3811ed012ced99bb6d2e4c43 /dev-libs | |
parent | Stable for ppc64, wrt bug #468988 (diff) | |
download | gentoo-2-50f6c081c74c4b3534b0ca9b6ce2cfd792c8f76e.tar.gz gentoo-2-50f6c081c74c4b3534b0ca9b6ce2cfd792c8f76e.tar.bz2 gentoo-2-50f6c081c74c4b3534b0ca9b6ce2cfd792c8f76e.zip |
Stable for ppc64, wrt bug #469100
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libnl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-1.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index 9a1434df46fa..0535a3c802de 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.148 2013/05/12 14:06:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.149 2013/05/12 14:08:31 ago Exp $ + + 12 May 2013; Agostino Sarubbo <ago@gentoo.org> libnl-1.1.3.ebuild: + Stable for ppc64, wrt bug #469100 12 May 2013; Agostino Sarubbo <ago@gentoo.org> libnl-1.1.3.ebuild: Stable for ppc, wrt bug #469100 diff --git a/dev-libs/libnl/libnl-1.1.3.ebuild b/dev-libs/libnl/libnl-1.1.3.ebuild index f3bf7f38aec2..204644765aef 100644 --- a/dev-libs/libnl/libnl-1.1.3.ebuild +++ b/dev-libs/libnl/libnl-1.1.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/dev-libs/libnl/libnl-1.1.3.ebuild,v 1.6 2013/05/12 14:06:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.1.3.ebuild,v 1.7 2013/05/12 14:08:31 ago Exp $ EAPI=5 inherit eutils multilib toolchain-funcs @@ -10,7 +10,7 @@ HOMEPAGE="http://www.infradead.org/~tgr/libnl/" SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="1.1" -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" DEPEND="doc? ( app-doc/doxygen )" |