diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 09:33:37 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 09:33:37 +0200 |
commit | 4c1e8b3b5ca75d7dca88892d0f355ff940777530 (patch) | |
tree | e5f80ab9da53fe972857ff984cbbe58904b082f6 /dev-lisp/zs3 | |
parent | dev-lisp/gsll: Drop keywords of live ebuild (diff) | |
download | lisp-4c1e8b3b5ca75d7dca88892d0f355ff940777530.tar.gz lisp-4c1e8b3b5ca75d7dca88892d0f355ff940777530.tar.bz2 lisp-4c1e8b3b5ca75d7dca88892d0f355ff940777530.zip |
dev-lisp/zs3: Drop ~sparc because of unkeyworded dependencies
Minor touchups to the ebuild.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp/zs3')
-rw-r--r-- | dev-lisp/zs3/zs3-1.3.ebuild | 10 |
1 files 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 |