diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-06-21 10:02:18 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-06-21 10:02:18 +0200 |
commit | 160d94dfcf8ae28649d65874995cd8e205a6dffe (patch) | |
tree | 1ca70e1d0f00704390d6ab6bd3f5d8366a279a0d /sys-process | |
parent | sys-fs/mac-fdisk: amd64 stable wrt bug #686542 (diff) | |
download | gentoo-160d94dfcf8ae28649d65874995cd8e205a6dffe.tar.gz gentoo-160d94dfcf8ae28649d65874995cd8e205a6dffe.tar.bz2 gentoo-160d94dfcf8ae28649d65874995cd8e205a6dffe.zip |
sys-process/numad: amd64 stable wrt bug #687254
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/numad/numad-0.5-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/numad/numad-0.5-r3.ebuild b/sys-process/numad/numad-0.5-r3.ebuild index 9c3e8ee12be6..c399de77cbd5 100644 --- a/sys-process/numad/numad-0.5-r3.ebuild +++ b/sys-process/numad/numad-0.5-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]]; then else EGIT_COMMIT="334278ff3d774d105939743436d7378a189e8693" SRC_URI="mirror://gentoo/numad-0.5-${EGIT_COMMIT:0:7}.tar.bz2" - KEYWORDS="~amd64 -arm ~arm64 -s390 ~x86" + KEYWORDS="amd64 -arm ~arm64 -s390 ~x86" S="${WORKDIR}/${PN}-${EGIT_COMMIT:0:7}" fi |