commit: c16555f5c3b1eb9fd5341f5461580a3d96ac797e Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Apr 2 15:20:42 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Apr 2 15:20:42 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c16555f5
dev-lisp/hunchentoot: Drop ~sparc because of unkeyworded dependencies Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> 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 )"
