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: media-sound/sndio/
Date: Mon, 10 Jan 2022 12:41:11
Message-Id: 1641818266.7ac4a8fbd444141e0662e466b9939528f14e779f.chewi@gentoo
1 commit: 7ac4a8fbd444141e0662e466b9939528f14e779f
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 10 12:37:46 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 10 12:37:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac4a8fb
7
8 media-sound/sndio: Keyword 1.8.0 for ~m68k
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 media-sound/sndio/sndio-1.8.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-sound/sndio/sndio-1.8.0.ebuild b/media-sound/sndio/sndio-1.8.0.ebuild
16 index ca228a614849..2ddabfba5be4 100644
17 --- a/media-sound/sndio/sndio-1.8.0.ebuild
18 +++ b/media-sound/sndio/sndio-1.8.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2020-2021 Gentoo Authors
21 +# Copyright 2020-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]]; then
26 EGIT_MIN_CLONE_TYPE="single+tags"
27 else
28 SRC_URI="http://www.sndio.org/${P}.tar.gz"
29 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
30 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86"
31 fi
32
33 LICENSE="ISC"