diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-20 15:56:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-20 15:56:36 +0000 |
commit | aa0837649720585d6fbd3b37ce67360370d281b6 (patch) | |
tree | 0672a9b1abaa691698ea9e8b609f3c9592586cf3 /sys-apps | |
parent | Stable for amd64, wrt bug #458206 (diff) | |
download | gentoo-2-aa0837649720585d6fbd3b37ce67360370d281b6.tar.gz gentoo-2-aa0837649720585d6fbd3b37ce67360370d281b6.tar.bz2 gentoo-2-aa0837649720585d6fbd3b37ce67360370d281b6.zip |
Stable for amd64, wrt bug #458206
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps')
-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 be4eea29ee25..c67adc7cf383 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.29 2013/02/18 06:48:29 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.30 2013/02/20 15:56:36 ago Exp $ + + 20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> hwloc-1.6.1.ebuild: + Stable for amd64, wrt bug #458206 *hwloc-1.4.2 (18 Feb 2013) diff --git a/sys-apps/hwloc/hwloc-1.6.1.ebuild b/sys-apps/hwloc/hwloc-1.6.1.ebuild index 229b6a8e8914..d26b6f744653 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.1 2013/01/18 06:52:18 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/hwloc-1.6.1.ebuild,v 1.2 2013/02/20 15:56:36 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 |