diff options
author | 2012-06-19 19:54:26 +0000 | |
---|---|---|
committer | 2012-06-19 19:54:26 +0000 | |
commit | d084fd681c03a423baf2a123762a972678ebddc7 (patch) | |
tree | ca58de477f070f4c7e6683326c32f5324bcd4168 /sys-process | |
parent | Stable for amd64, wrt bug #422107 (diff) | |
download | gentoo-2-d084fd681c03a423baf2a123762a972678ebddc7.tar.gz gentoo-2-d084fd681c03a423baf2a123762a972678ebddc7.tar.bz2 gentoo-2-d084fd681c03a423baf2a123762a972678ebddc7.zip |
Stable for amd64, wrt bug #422237
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/numactl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/numactl/numactl-2.0.7-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/numactl/ChangeLog b/sys-process/numactl/ChangeLog index c50d92915a2d..89ceb7992fbb 100644 --- a/sys-process/numactl/ChangeLog +++ b/sys-process/numactl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/numactl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/numactl/ChangeLog,v 1.22 2012/03/22 21:50:02 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/numactl/ChangeLog,v 1.23 2012/06/19 19:54:26 ago Exp $ + + 19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> numactl-2.0.7-r2.ebuild: + Stable for amd64, wrt bug #422237 *numactl-2.0.7-r2 (22 Mar 2012) diff --git a/sys-process/numactl/numactl-2.0.7-r2.ebuild b/sys-process/numactl/numactl-2.0.7-r2.ebuild index 3a36ed830bde..f91ea3a31f57 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 # 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.1 2012/03/22 21:50:02 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/numactl/numactl-2.0.7-r2.ebuild,v 1.2 2012/06/19 19:54:26 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 )" |