diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-22 17:26:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-22 17:26:56 +0000 |
commit | dd5fb67d2910c2c1b5d5af8bc725951683251b45 (patch) | |
tree | ccf142f63fdf8767170f32f4c94b7c7c23bff072 /sys-apps/hwloc | |
parent | Stable for ppc, wrt bug #458206 (diff) | |
download | gentoo-2-dd5fb67d2910c2c1b5d5af8bc725951683251b45.tar.gz gentoo-2-dd5fb67d2910c2c1b5d5af8bc725951683251b45.tar.bz2 gentoo-2-dd5fb67d2910c2c1b5d5af8bc725951683251b45.zip |
Stable for ppc, wrt bug #458206
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/hwloc')
-rw-r--r-- | sys-apps/hwloc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hwloc/hwloc-1.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hwloc/ChangeLog b/sys-apps/hwloc/ChangeLog index c44cd45da397..e7a7fdb5d6ce 100644 --- a/sys-apps/hwloc/ChangeLog +++ b/sys-apps/hwloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hwloc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.31 2013/02/20 16:07:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.32 2013/02/22 17:26:56 ago Exp $ + + 22 Feb 2013; Agostino Sarubbo <ago@gentoo.org> hwloc-1.6.1.ebuild: + Stable for ppc, wrt bug #458206 20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> hwloc-1.6.1.ebuild: Stable for x86, wrt bug #458206 diff --git a/sys-apps/hwloc/hwloc-1.6.1.ebuild b/sys-apps/hwloc/hwloc-1.6.1.ebuild index 7a66c7be4bb4..b831b8dc19d7 100644 --- a/sys-apps/hwloc/hwloc-1.6.1.ebuild +++ b/sys-apps/hwloc/hwloc-1.6.1.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/sys-apps/hwloc/hwloc-1.6.1.ebuild,v 1.3 2013/02/20 16:07:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/hwloc-1.6.1.ebuild,v 1.4 2013/02/22 17:26:56 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" IUSE="cairo debug +numa +pci plugins svg static-libs xml X" RDEPEND="sys-libs/ncurses |