commit:     4c1e8b3b5ca75d7dca88892d0f355ff940777530
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 07:33:37 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 07:33:37 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4c1e8b3b

dev-lisp/zs3: Drop ~sparc because of unkeyworded dependencies

Minor touchups to the ebuild.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 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

Reply via email to