From c16555f5c3b1eb9fd5341f5461580a3d96ac797e Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 2 Apr 2022 17:20:42 +0200 Subject: dev-lisp/hunchentoot: Drop ~sparc because of unkeyworded dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild | 6 +++--- 1 file 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 )" -- cgit v1.2.3-65-gdbad