From 4c1e8b3b5ca75d7dca88892d0f355ff940777530 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 2 Apr 2022 09:33:37 +0200 Subject: dev-lisp/zs3: Drop ~sparc because of unkeyworded dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor touchups to the ebuild. Signed-off-by: Ulrich Müller --- dev-lisp/zs3/zs3-1.3.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-lisp/zs3/zs3-1.3.ebuild b/dev-lisp/zs3/zs3-1.3.ebuild index d06e2cc5..3b89417c 100644 --- a/dev-lisp/zs3/zs3-1.3.ebuild +++ b/dev-lisp/zs3/zs3-1.3.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,15 +6,13 @@ EAPI=6 inherit common-lisp-3 DESCRIPTION="A Common Lisp library for working with Amazon's Simple Storage Service (S3)." -HOMEPAGE="http://www.xach.com/lisp/zs3/" +HOMEPAGE="https://www.xach.com/lisp/zs3/" SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-release-${PV}" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -S="${WORKDIR}/${PN}-release-${PV}" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="dev-lisp/alexandria dev-lisp/cxml -- cgit v1.2.3-65-gdbad