Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-scheme/guile/
Date: Fri, 01 Apr 2022 11:12:51
Message-Id: 1648807539.86af1a17ff5d0069b114e3e96808c7e37be217e5.ulm@gentoo
1 commit: 86af1a17ff5d0069b114e3e96808c7e37be217e5
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 10:05:39 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 10:05:39 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=86af1a17
7
8 dev-scheme/guile: Drop ~m68k keyword
9
10 Missing dependencies.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 dev-scheme/guile/guile-2.0.14-r4.ebuild | 4 ++--
15 dev-scheme/guile/guile-2.2.7.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-scheme/guile/guile-2.0.14-r4.ebuild b/dev-scheme/guile/guile-2.0.14-r4.ebuild
19 index 0971ef6c..eb7eb7a9 100644
20 --- a/dev-scheme/guile/guile-2.0.14-r4.ebuild
21 +++ b/dev-scheme/guile/guile-2.0.14-r4.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -7,7 +7,7 @@ inherit flag-o-matic autotools
29 DESCRIPTION="GNU Ubiquitous Intelligent Language for Extensions"
30 HOMEPAGE="https://www.gnu.org/software/guile/"
31 SRC_URI="mirror://gnu/guile/${P}.tar.gz"
32 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
33 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
34 LICENSE="LGPL-3+"
35 IUSE="debug debug-malloc +deprecated +networking +nls +regex +threads" # upstream recommended +networking +nls
36 # emacs useflag removal not working
37
38 diff --git a/dev-scheme/guile/guile-2.2.7.ebuild b/dev-scheme/guile/guile-2.2.7.ebuild
39 index af7ad600..feef1fc5 100644
40 --- a/dev-scheme/guile/guile-2.2.7.ebuild
41 +++ b/dev-scheme/guile/guile-2.2.7.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2021 Gentoo Authors
44 +# Copyright 1999-2022 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/guile/${P}.tar.gz"
49
50 LICENSE="LGPL-3+"
51 SLOT="2.2/2.2-1" # libguile-2.2.so.1 => 2.2-1
52 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
53 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
54 IUSE="debug debug-malloc +deprecated +networking +nls +regex +threads" # upstream recommended +networking +nls
55 REQUIRED_USE="regex" # workaround for bug 596322
56 RESTRICT="strip"