diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 17:20:42 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 17:20:42 +0200 |
commit | c16555f5c3b1eb9fd5341f5461580a3d96ac797e (patch) | |
tree | c3440d289fbb6bf717b074228a0a62bda2f09ad6 | |
parent | dev-lisp/hunchentoot: Remove old (diff) | |
download | lisp-c16555f5c3b1eb9fd5341f5461580a3d96ac797e.tar.gz lisp-c16555f5c3b1eb9fd5341f5461580a3d96ac797e.tar.bz2 lisp-c16555f5c3b1eb9fd5341f5461580a3d96ac797e.zip |
dev-lisp/hunchentoot: Drop ~sparc because of unkeyworded dependencies
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild index 09a24828..6370ebe0 100644 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild +++ b/dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit common-lisp-3 -DESCRIPTION="Hunchentoot is a web server written in Common Lisp." +DESCRIPTION="Hunchentoot is a web server written in Common Lisp" HOMEPAGE="https://github.com/edicl/hunchentoot/" SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc" DEPEND="doc? ( dev-libs/libxslt )" |