diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-30 12:33:17 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-30 12:33:17 +0000 |
commit | 2c86cf05b6dd320b2772c6740610e9b4bc96458b (patch) | |
tree | fa3a0c5838b7f0fc5847415f165f11a70e96bffa /sys-apps/hwloc | |
parent | mask hwloc[numa] (diff) | |
download | gentoo-2-2c86cf05b6dd320b2772c6740610e9b4bc96458b.tar.gz gentoo-2-2c86cf05b6dd320b2772c6740610e9b4bc96458b.tar.bz2 gentoo-2-2c86cf05b6dd320b2772c6740610e9b4bc96458b.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/hwloc')
-rw-r--r-- | sys-apps/hwloc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hwloc/hwloc-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hwloc/ChangeLog b/sys-apps/hwloc/ChangeLog index 805873f2352b..6d06cac5ea7b 100644 --- a/sys-apps/hwloc/ChangeLog +++ b/sys-apps/hwloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hwloc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.24 2012/05/11 11:52:26 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.25 2012/05/30 12:33:17 aballier Exp $ + + 30 May 2012; Alexis Ballier <aballier@gentoo.org> hwloc-1.4.2.ebuild: + keyword ~amd64-fbsd *hwloc-1.4.2 (11 May 2012) diff --git a/sys-apps/hwloc/hwloc-1.4.2.ebuild b/sys-apps/hwloc/hwloc-1.4.2.ebuild index 7f687188d098..dca567368d68 100644 --- a/sys-apps/hwloc/hwloc-1.4.2.ebuild +++ b/sys-apps/hwloc/hwloc-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/hwloc-1.4.2.ebuild,v 1.1 2012/05/11 11:52:26 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/hwloc-1.4.2.ebuild,v 1.2 2012/05/30 12:33:17 aballier 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 ~x86-fbsd ~amd64-linux" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" IUSE="cairo debug +numa +pci svg static-libs xml X" RDEPEND="sys-libs/ncurses |