diff options
author | 2014-01-12 13:15:09 +0000 | |
---|---|---|
committer | 2014-01-12 13:15:09 +0000 | |
commit | 3d1657dfeaf47f0ae6784764915082538599b4f5 (patch) | |
tree | 67a2bfb6fa87efa238fcaff666595437b1c8dda0 /sys-apps/hwloc | |
parent | Stable for ia64, wrt bug #484320 (diff) | |
download | gentoo-2-3d1657dfeaf47f0ae6784764915082538599b4f5.tar.gz gentoo-2-3d1657dfeaf47f0ae6784764915082538599b4f5.tar.bz2 gentoo-2-3d1657dfeaf47f0ae6784764915082538599b4f5.zip |
Stable for ia64, wrt bug #484320
(Portage version: 2.2.7/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", 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 ff27bc556ad6..5a3cc7641a4d 100644 --- a/sys-apps/hwloc/ChangeLog +++ b/sys-apps/hwloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hwloc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.39 2014/01/05 09:04:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.40 2014/01/12 13:15:09 ago Exp $ + + 12 Jan 2014; Agostino Sarubbo <ago@gentoo.org> hwloc-1.6.1.ebuild: + Stable for ia64, wrt bug #484320 05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> hwloc-1.6.1.ebuild: Stable for sparc, wrt bug #484320 diff --git a/sys-apps/hwloc/hwloc-1.6.1.ebuild b/sys-apps/hwloc/hwloc-1.6.1.ebuild index 3c335b883a21..3aff99e3340e 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-2014 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.7 2014/01/05 09:04:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/hwloc-1.6.1.ebuild,v 1.8 2014/01/12 13:15:09 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 |