Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
Date: Wed, 26 Sep 2018 11:44:44
Message-Id: 1537962262.99288a18b7933b2661fc751ddeb45760f4a899a1.vdupras@gentoo
1 commit: 99288a18b7933b2661fc751ddeb45760f4a899a1
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 26 11:42:50 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 26 11:44:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99288a18
7
8 app-crypt/acme-tiny: stabilize 4.0.4 on amd64
9
10 Has been working fine on my systems and has no open issues.
11
12 Package-Manager: Portage-2.3.50, Repoman-2.3.11
13 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
14
15 app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild b/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
19 index 184d1bfb35b..bf5937baf83 100644
20 --- a/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
21 +++ b/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -9,10 +9,10 @@ inherit distutils-r1
29 if [[ ${PV} == 9999 ]]; then
30 inherit git-r3
31 EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"
32 - KEYWORDS=""
33 + KEYWORDS="amd64"
34 else
35 SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
36 - KEYWORDS="~amd64 ~x86"
37 + KEYWORDS="amd64 ~x86"
38 fi
39
40 DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"