Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cssc/
Date: Thu, 03 Dec 2020 02:01:50
Message-Id: 1606960890.349abe9cfbfb862f45cdfa5b452f1542c26c3db8.whissi@gentoo
1 commit: 349abe9cfbfb862f45cdfa5b452f1542c26c3db8
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 01:58:52 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 02:01:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349abe9c
7
8 dev-vcs/cssc: x86 stable (bug #757450)
9
10 Package-Manager: Portage-3.0.10, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-vcs/cssc/cssc-1.4.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-vcs/cssc/cssc-1.4.1.ebuild b/dev-vcs/cssc/cssc-1.4.1.ebuild
17 index 39514fabd0b..0a3f9485a09 100644
18 --- a/dev-vcs/cssc/cssc-1.4.1.ebuild
19 +++ b/dev-vcs/cssc/cssc-1.4.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${CSSC_P}.tar.gz"
27 HOMEPAGE="https://www.gnu.org/software/cssc/"
28 SLOT="0"
29 LICENSE="GPL-3"
30 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
31 +KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
32
33 IUSE="test valgrind"
34 RESTRICT="!test? ( test )"