diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-23 22:05:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-23 22:05:06 +0000 |
commit | 178d28c1485b27e08549caac309bbbdbd73c39c6 (patch) | |
tree | 5755d8211148429afc5b490e106af6e12cef713b /sys-process/numactl | |
parent | Stable for ppc64, wrt bug #458206 (diff) | |
download | gentoo-2-178d28c1485b27e08549caac309bbbdbd73c39c6.tar.gz gentoo-2-178d28c1485b27e08549caac309bbbdbd73c39c6.tar.bz2 gentoo-2-178d28c1485b27e08549caac309bbbdbd73c39c6.zip |
Stable for ppc64, wrt bug #458206
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-process/numactl')
-rw-r--r-- | sys-process/numactl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/numactl/numactl-2.0.7-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-process/numactl/ChangeLog b/sys-process/numactl/ChangeLog index a77c91572bac..6e825ad7e1a2 100644 --- a/sys-process/numactl/ChangeLog +++ b/sys-process/numactl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/numactl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/numactl/ChangeLog,v 1.26 2013/01/06 23:04:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/numactl/ChangeLog,v 1.27 2013/02/23 22:05:06 ago Exp $ + + 23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> numactl-2.0.7-r2.ebuild: + Stable for ppc64, wrt bug #458206 *numactl-2.0.8 (06 Jan 2013) diff --git a/sys-process/numactl/numactl-2.0.7-r2.ebuild b/sys-process/numactl/numactl-2.0.7-r2.ebuild index e2bc525edd56..61991c942ecb 100644 --- a/sys-process/numactl/numactl-2.0.7-r2.ebuild +++ b/sys-process/numactl/numactl-2.0.7-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/numactl/numactl-2.0.7-r2.ebuild,v 1.4 2012/06/29 07:15:55 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/numactl/numactl-2.0.7-r2.ebuild,v 1.5 2013/02/23 22:05:06 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="ftp://oss.sgi.com/www/projects/libnuma/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux" IUSE="perl static-libs" RDEPEND="perl? ( dev-lang/perl )" |