diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-05-24 10:10:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-05-24 10:10:20 +0000 |
commit | 242a67b1b036f05ff7524ecc7d61070dc197e2ee (patch) | |
tree | 02b100c5c9736b2d69743cdf4b10d1e3432f5447 /sys-process | |
parent | Add unit file (#510826 by Salah Coronya) (diff) | |
download | gentoo-2-242a67b1b036f05ff7524ecc7d61070dc197e2ee.tar.gz gentoo-2-242a67b1b036f05ff7524ecc7d61070dc197e2ee.tar.bz2 gentoo-2-242a67b1b036f05ff7524ecc7d61070dc197e2ee.zip |
Stable for x86, wrt bug #502940
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/numad/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/numad/numad-0.5-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-process/numad/ChangeLog b/sys-process/numad/ChangeLog index f676bf7b6461..b620fba769f1 100644 --- a/sys-process/numad/ChangeLog +++ b/sys-process/numad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/numad # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/numad/ChangeLog,v 1.8 2014/05/22 10:44:11 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/numad/ChangeLog,v 1.9 2014/05/24 10:10:20 ago Exp $ + + 24 May 2014; Agostino Sarubbo <ago@gentoo.org> numad-0.5-r1.ebuild: + Stable for x86, wrt bug #502940 22 May 2014; Chema Alonso <nimiux@gentoo.org> numad-0.5-r1.ebuild: Stable for amd64 wrt bug #502940 diff --git a/sys-process/numad/numad-0.5-r1.ebuild b/sys-process/numad/numad-0.5-r1.ebuild index dbfadf576220..f1750bdd7644 100644 --- a/sys-process/numad/numad-0.5-r1.ebuild +++ b/sys-process/numad/numad-0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/numad/numad-0.5-r1.ebuild,v 1.2 2014/05/22 10:44:11 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/numad/numad-0.5-r1.ebuild,v 1.3 2014/05/24 10:10:20 ago Exp $ EAPI=5 @@ -9,10 +9,10 @@ inherit linux-info toolchain-funcs if [[ ${PV} = *9999* ]]; then inherit git-2 EGIT_REPO_URI="git://git.fedorahosted.org/numad.git" - KEYWORDS="~amd64 -arm -s390 ~x86" + KEYWORDS="~amd64 -arm -s390 x86" else SRC_URI="http://git.fedorahosted.org/git/?p=numad.git;a=snapshot;h=334278ff3d774d105939743436d7378a189e8693;sf=tbz2 -> numad-0.5-334278f.tar.bz2" - KEYWORDS="amd64 -arm -s390 ~x86" + KEYWORDS="amd64 -arm -s390 x86" S="${WORKDIR}/${PN}-334278f" fi |