From 00bc70500bcd8a45238fbea2f5378e973080a732 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 1 Apr 2022 16:53:30 +0200 Subject: dev-lisp/cl-xmpp: Drop ~sparc because of unkeyworded dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update HOMEPAGE and SRC_URI. Signed-off-by: Ulrich Müller --- dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild b/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild index 6bbd19da..37eccc89 100644 --- a/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild +++ b/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,13 +6,12 @@ EAPI=6 inherit common-lisp-3 DESCRIPTION="A Common Lisp client implementation of the XMPP." -HOMEPAGE="http://common-lisp.net/project/cl-xmpp/" -SRC_URI="http://common-lisp.net/project/${PN}/${P}.tar.gz" -LICENSE="MIT" +HOMEPAGE="https://cl-xmpp.common-lisp.dev/" +SRC_URI="https://cl-xmpp.common-lisp.dev/${P}.tar.gz" +LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="dev-lisp/usocket dev-lisp/cxml -- cgit v1.2.3-65-gdbad