summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild7
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