commit: cb2f6496fe290d7b287b79a15ca4c736373b17f6 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Apr 1 14:40:49 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Apr 1 14:40:58 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cb2f6496
dev-lisp/timer: Drop ~sparc because of unkeyworded dependencies Update HOMEPAGE and SRC_URI. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> dev-lisp/timer/timer-0.4.0-r1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-lisp/timer/timer-0.4.0-r1.ebuild b/dev-lisp/timer/timer-0.4.0-r1.ebuild index 7ff9d9a1..74576bf0 100644 --- a/dev-lisp/timer/timer-0.4.0-r1.ebuild +++ b/dev-lisp/timer/timer-0.4.0-r1.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,12 +6,11 @@ EAPI=6 inherit common-lisp-3 DESCRIPTION="An event scheduling library for SBCL by Zach Beane. It implements an interface similar to LispWorks' timer and scheduling functions." -HOMEPAGE="http://www.cliki.net/TIMER" -SRC_URI="http://www.xach.com/lisp/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.cliki.net/TIMER" +SRC_URI="https://www.xach.com/lisp/${PN}/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="dev-lisp/sbcl"
