diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-05 11:03:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-05 11:03:47 +0000 |
commit | e4b26bcd609561a8c59011a9e395f89a118ae34a (patch) | |
tree | 6489eaaa66e6a020b9ce5908527028d652f52216 /dev-libs/libnl/libnl-1.1.4.ebuild | |
parent | Version bump to 1.9.1. (diff) | |
download | gentoo-2-e4b26bcd609561a8c59011a9e395f89a118ae34a.tar.gz gentoo-2-e4b26bcd609561a8c59011a9e395f89a118ae34a.tar.bz2 gentoo-2-e4b26bcd609561a8c59011a9e395f89a118ae34a.zip |
Stable for amd64, wrt bug #475744
(Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libnl/libnl-1.1.4.ebuild')
-rw-r--r-- | dev-libs/libnl/libnl-1.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libnl/libnl-1.1.4.ebuild b/dev-libs/libnl/libnl-1.1.4.ebuild index f35fe2156a95..af137d02b71e 100644 --- a/dev-libs/libnl/libnl-1.1.4.ebuild +++ b/dev-libs/libnl/libnl-1.1.4.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.4.ebuild,v 1.4 2013/05/21 16:40:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.1.4.ebuild,v 1.5 2013/07/05 11:03:46 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 static-libs" DEPEND="doc? ( app-doc/doxygen )" |