diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-17 17:41:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-17 17:41:04 +0000 |
commit | f77af4ad9f190b46a31dfb52a8df94d45722ef1f (patch) | |
tree | 275c1ebda01978944f53488c81b90dfc96fe6b33 /dev-libs | |
parent | Stable for ia64, wrt bug #444672 (diff) | |
download | gentoo-2-f77af4ad9f190b46a31dfb52a8df94d45722ef1f.tar.gz gentoo-2-f77af4ad9f190b46a31dfb52a8df94d45722ef1f.tar.bz2 gentoo-2-f77af4ad9f190b46a31dfb52a8df94d45722ef1f.zip |
Stable for ia64, wrt bug #444112
(Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libnl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index 625ed7ba1efd..58ef3992724b 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.126 2012/12/09 18:29:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.127 2012/12/17 17:41:04 ago Exp $ + + 17 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libnl-3.2.14.ebuild: + Stable for ia64, wrt bug #444112 09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libnl-3.2.14.ebuild: Stable for ppc64, wrt bug #444112 diff --git a/dev-libs/libnl/libnl-3.2.14.ebuild b/dev-libs/libnl/libnl-3.2.14.ebuild index 407abe9ee633..d990f891e8ba 100644 --- a/dev-libs/libnl/libnl-3.2.14.ebuild +++ b/dev-libs/libnl/libnl-3.2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild,v 1.12 2012/12/09 18:29:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild,v 1.13 2012/12/17 17:41:04 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=" |