diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-10 09:11:07 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-10 09:11:07 +0000 |
commit | 83a4743f41795eafd815a46a7ffa4b8b39ee9cfd (patch) | |
tree | 2b0bbc0eea3bfd262ef0b005ec1b27195abeb024 /sys-apps/hwloc | |
parent | Stable for AMD64, wrt security bug #402861 (diff) | |
download | gentoo-2-83a4743f41795eafd815a46a7ffa4b8b39ee9cfd.tar.gz gentoo-2-83a4743f41795eafd815a46a7ffa4b8b39ee9cfd.tar.bz2 gentoo-2-83a4743f41795eafd815a46a7ffa4b8b39ee9cfd.zip |
Add actual use_enable for numa
(Portage version: 2.2.0_alpha85/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.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/hwloc/ChangeLog b/sys-apps/hwloc/ChangeLog index 7f0afb2b4d86..05d3cc991311 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.20 2012/01/26 17:33:31 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.21 2012/02/10 09:11:07 xarthisius Exp $ + + 10 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> hwloc-1.4.ebuild: + Add actual use_enable for numa *hwloc-1.4 (26 Jan 2012) diff --git a/sys-apps/hwloc/hwloc-1.4.ebuild b/sys-apps/hwloc/hwloc-1.4.ebuild index 5cff878c809f..5b99b08504e5 100644 --- a/sys-apps/hwloc/hwloc-1.4.ebuild +++ b/sys-apps/hwloc/hwloc-1.4.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.ebuild,v 1.1 2012/01/26 17:33:31 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/hwloc-1.4.ebuild,v 1.2 2012/02/10 09:11:07 xarthisius Exp $ EAPI=4 @@ -34,6 +34,7 @@ src_configure() { $(use_enable cairo) \ $(use_enable debug) \ $(use_enable pci) \ + $(use_enable numa libnuma) \ $(use_enable static-libs static) \ $(use_enable xml libxml2) \ $(use_with X x) \ |