Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/
Date: Wed, 27 Apr 2016 08:24:38
Message-Id: 1461745443.bacd778c47a76852bf47a1fc1690fc6f2fb206d1.ago@gentoo
1 commit: bacd778c47a76852bf47a1fc1690fc6f2fb206d1
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 08:24:03 2016 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 08:24:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bacd778c
7
8 app-emulation/runc: amd64 stable wrt bug #581236
9
10 Package-Manager: portage-2.2.26
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 app-emulation/runc/runc-0.1.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-emulation/runc/runc-0.1.0.ebuild b/app-emulation/runc/runc-0.1.0.ebuild
18 index ac34b8e..dc7f125 100644
19 --- a/app-emulation/runc/runc-0.1.0.ebuild
20 +++ b/app-emulation/runc/runc-0.1.0.ebuild
21 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then
22 inherit git-r3
23 else
24 SRC_URI="https://${GITHUB_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~amd64"
26 + KEYWORDS="amd64"
27 fi
28
29 LICENSE="Apache-2.0"