From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F4EB15808B for ; Sat, 2 Apr 2022 15:35:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B0C6E0882; Sat, 2 Apr 2022 15:35:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 432102BC001 for ; Sat, 2 Apr 2022 15:35:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BDDDC341793 for ; Sat, 2 Apr 2022 15:34:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AE4837B for ; Sat, 2 Apr 2022 15:34:56 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1648912842.c16555f5c3b1eb9fd5341f5461580a3d96ac797e.ulm@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild X-VCS-Directories: dev-lisp/hunchentoot/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c16555f5c3b1eb9fd5341f5461580a3d96ac797e X-VCS-Branch: master Date: Sat, 2 Apr 2022 15:34:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4f74bcae-da8c-45d5-ad92-8e5b6566f9ab X-Archives-Hash: 3d3e75a57974d9459f523cebf168f6d4 commit: c16555f5c3b1eb9fd5341f5461580a3d96ac797e Author: Ulrich Müller gentoo org> AuthorDate: Sat Apr 2 15:20:42 2022 +0000 Commit: Ulrich Müller gentoo 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 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 )"