diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-19 13:46:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-19 13:46:48 +0000 |
commit | 0e9659460d8f24ee80f64419da7b857d933828a4 (patch) | |
tree | 5a40f6eddfa5d3b5d84f4158274dbf319686d8b4 /sys-apps/hwloc | |
parent | Stable for alpha, wrt bug #484320 (diff) | |
download | gentoo-2-0e9659460d8f24ee80f64419da7b857d933828a4.tar.gz gentoo-2-0e9659460d8f24ee80f64419da7b857d933828a4.tar.bz2 gentoo-2-0e9659460d8f24ee80f64419da7b857d933828a4.zip |
Stable for alpha, wrt bug #484320
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", 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 5a3cc7641a4d..933ea32e4a79 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.40 2014/01/12 13:15:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.41 2014/01/19 13:46:48 ago Exp $ + + 19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> hwloc-1.6.1.ebuild: + Stable for alpha, wrt bug #484320 12 Jan 2014; Agostino Sarubbo <ago@gentoo.org> hwloc-1.6.1.ebuild: Stable for ia64, wrt bug #484320 diff --git a/sys-apps/hwloc/hwloc-1.6.1.ebuild b/sys-apps/hwloc/hwloc-1.6.1.ebuild index 3aff99e3340e..4671f56fb56e 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.8 2014/01/12 13:15:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/hwloc-1.6.1.ebuild,v 1.9 2014/01/19 13:46:48 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 |