Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/ponysay/
Date: Mon, 03 Feb 2020 23:15:01
Message-Id: 1580771665.523122bceb9ff5d22c7dd93c7956378282c7e389.chewi@gentoo
1 commit: 523122bceb9ff5d22c7dd93c7956378282c7e389
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 23:14:25 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 23:14:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523122bc
7
8 games-misc/ponysay: Add ~arm keyword
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 games-misc/ponysay/ponysay-3.0.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/games-misc/ponysay/ponysay-3.0.3.ebuild b/games-misc/ponysay/ponysay-3.0.3.ebuild
17 index 9d5ba394c0c..5c758bbc210 100644
18 --- a/games-misc/ponysay/ponysay-3.0.3.ebuild
19 +++ b/games-misc/ponysay/ponysay-3.0.3.ebuild
20 @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/erkin/ponysay"
21 SRC_URI="https://github.com/erkin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
22 LICENSE="GPL-3"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64 ~arm ~x86"
26 IUSE="doc +non-free bash-completion fish-completion zsh-completion"
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"