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-lisp/hunchentoot/
Date: Sat, 02 Apr 2022 15:35:08
Message-Id: 1648912842.c16555f5c3b1eb9fd5341f5461580a3d96ac797e.ulm@gentoo
1 commit: c16555f5c3b1eb9fd5341f5461580a3d96ac797e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 15:20:42 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 15:20:42 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c16555f5
7
8 dev-lisp/hunchentoot: Drop ~sparc because of unkeyworded dependencies
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild
16 index 09a24828..6370ebe0 100644
17 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild
18 +++ b/dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild
19 @@ -1,17 +1,17 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 inherit common-lisp-3
27
28 -DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
29 +DESCRIPTION="Hunchentoot is a web server written in Common Lisp"
30 HOMEPAGE="https://github.com/edicl/hunchentoot/"
31 SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32
33 LICENSE="BSD-2"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
36 +KEYWORDS="~amd64 ~ppc ~x86"
37 IUSE="doc"
38
39 DEPEND="doc? ( dev-libs/libxslt )"