Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/unicorn/
Date: Thu, 04 Aug 2022 22:53:22
Message-Id: 1659653497.2734737cc9d2d49e157509a13808c53f07d36bf5.sam@gentoo
1 commit: 2734737cc9d2d49e157509a13808c53f07d36bf5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 22:51:37 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 22:51:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2734737c
7
8 dev-util/unicorn: Stabilize 2.0.0 amd64, #863476
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/unicorn/unicorn-2.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/unicorn/unicorn-2.0.0.ebuild b/dev-util/unicorn/unicorn-2.0.0.ebuild
16 index 34777b117a28..18701c9161ee 100644
17 --- a/dev-util/unicorn/unicorn-2.0.0.ebuild
18 +++ b/dev-util/unicorn/unicorn-2.0.0.ebuild
19 @@ -18,7 +18,7 @@ if [[ ${PV} == *9999 ]]; then
20 EGIT_REPO_URI="https://github.com/unicorn-engine/unicorn"
21 else
22 SRC_URI="https://github.com/unicorn-engine/unicorn/archive/${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="amd64 ~x86"
25 fi
26
27 S="${WORKDIR}/${PN}-${MY_PV}"