diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 09:31:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 09:31:25 +0000 |
commit | 22672b3d2ed15950b670f791227589f11f849392 (patch) | |
tree | ebc5c3c35fe02bf35c3ab43df6c10c17dc2e7e08 /dev-libs/libnl | |
parent | Stable for ia64, wrt bug #494822 (diff) | |
download | gentoo-2-22672b3d2ed15950b670f791227589f11f849392.tar.gz gentoo-2-22672b3d2ed15950b670f791227589f11f849392.tar.bz2 gentoo-2-22672b3d2ed15950b670f791227589f11f849392.zip |
Stable for ia64, wrt bug #494836
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", 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.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index 4c1dd1cd00a0..2a9800a32726 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.200 2014/01/03 06:36:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.201 2014/01/15 09:31:25 ago Exp $ + + 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libnl-3.2.23.ebuild: + Stable for ia64, wrt bug #494836 *libnl-3.2.24_rc1-r1 (03 Jan 2014) diff --git a/dev-libs/libnl/libnl-3.2.23.ebuild b/dev-libs/libnl/libnl-3.2.23.ebuild index f85472c762ae..5673f812e0c1 100644 --- a/dev-libs/libnl/libnl-3.2.23.ebuild +++ b/dev-libs/libnl/libnl-3.2.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.23.ebuild,v 1.10 2014/01/03 04:26:29 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.23.ebuild,v 1.11 2014/01/15 09:31:25 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} python3_{2,3} ) @@ -16,7 +16,7 @@ SRC_URI=" " LICENSE="LGPL-2.1 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="static-libs python utils" RDEPEND="python? ( ${PYTHON_DEPS} )" |