diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-02-28 14:32:57 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-02-28 14:32:57 +0000 |
commit | f0a18a92008d12f507949df93b94e9766be24b8d (patch) | |
tree | 8cbc341067e0d0a652d1ce8cdfb9d6f15e9a3af7 /sys-apps/hwloc | |
parent | Stable for HPPA (bug #459166). (diff) | |
download | gentoo-2-f0a18a92008d12f507949df93b94e9766be24b8d.tar.gz gentoo-2-f0a18a92008d12f507949df93b94e9766be24b8d.tar.bz2 gentoo-2-f0a18a92008d12f507949df93b94e9766be24b8d.zip |
Stable for HPPA (bug #458206).
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)
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 1bb0fa42655e..435cba21d220 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.33 2013/02/23 22:04:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.34 2013/02/28 14:32:57 jer Exp $ + + 28 Feb 2013; Jeroen Roovers <jer@gentoo.org> hwloc-1.6.1.ebuild: + Stable for HPPA (bug #458206). 23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> hwloc-1.6.1.ebuild: Stable for ppc64, wrt bug #458206 diff --git a/sys-apps/hwloc/hwloc-1.6.1.ebuild b/sys-apps/hwloc/hwloc-1.6.1.ebuild index 6cbd7b080d6a..c2440042215d 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.5 2013/02/23 22:04:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/hwloc-1.6.1.ebuild,v 1.6 2013/02/28 14:32:57 jer 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 |