diff options
author | Brent Baude <ranger@gentoo.org> | 2012-10-10 15:35:34 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-10-10 15:35:34 +0000 |
commit | 886ec23fef1c9f1841c6d096b5fd6127a82f6669 (patch) | |
tree | a89f00dc89965c5582bd2a45510f8582c1572dea | |
parent | Marking fnlib-0.5-r2 ppc for bug 393987 (diff) | |
download | historical-886ec23fef1c9f1841c6d096b5fd6127a82f6669.tar.gz historical-886ec23fef1c9f1841c6d096b5fd6127a82f6669.tar.bz2 historical-886ec23fef1c9f1841c6d096b5fd6127a82f6669.zip |
Marking libnl-3.2.13 ppc for bug 437022
Package-Manager: portage-2.1.10.65/cvs/Linux ppc64
-rw-r--r-- | dev-libs/libnl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index 388549c3c30e..cdc7dae50ae4 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.103 2012/10/08 12:16:32 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.104 2012/10/10 15:35:34 ranger Exp $ + + 10 Oct 2012; Brent Baude <ranger@gentoo.org> libnl-3.2.13.ebuild: + Marking libnl-3.2.13 ppc for bug 437022 08 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> libnl-3.2.13.ebuild: Stable on amd64 wrt bug #437022 diff --git a/dev-libs/libnl/libnl-3.2.13.ebuild b/dev-libs/libnl/libnl-3.2.13.ebuild index 6ded171934f1..b33139fd4e8f 100644 --- a/dev-libs/libnl/libnl-3.2.13.ebuild +++ b/dev-libs/libnl/libnl-3.2.13.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.13.ebuild,v 1.3 2012/10/08 12:16:32 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.13.ebuild,v 1.4 2012/10/10 15:35:34 ranger Exp $ EAPI=4 inherit eutils multilib @@ -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="3" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="doc static-libs utils" DEPEND=" |