diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 17:10:08 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 17:10:08 +0200 |
commit | 1acb28d6b6a8a785f2fab38901f5620a108047f7 (patch) | |
tree | 830623475d59705aefc75850a0d8c9130a7f9b58 | |
parent | dev-lisp/fsbv: Remove package (diff) | |
download | lisp-1acb28d6b6a8a785f2fab38901f5620a108047f7.tar.gz lisp-1acb28d6b6a8a785f2fab38901f5620a108047f7.tar.bz2 lisp-1acb28d6b6a8a785f2fab38901f5620a108047f7.zip |
dev-lisp/cl-recaptcha: Drop ~sparc because of unkeyworded dependencies
Update HOMEPAGE.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild b/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild index 2cb962e5..c95a8549 100644 --- a/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild +++ b/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.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="Straightforward Common Lisp recaptcha.com interconnection" -HOMEPAGE="http://github.com/madnificent/cl-recaptcha/" +HOMEPAGE="https://github.com/madnificent/cl-recaptcha/" SRC_URI="https://github.com/madnificent/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=">=dev-lisp/drakma-1.0.0 dev-lisp/split-sequence |