From 3fdf71aef9b66f9d48106d7c726a3b3180235dd7 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 1 Apr 2022 13:54:23 +0200 Subject: dev-lisp/cl-gd: Drop ~sparc because of unkeyworded dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update HOMEPAGE. Signed-off-by: Ulrich Müller --- dev-lisp/cl-gd/cl-gd-0.6.0.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild b/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild index 638e425e..bab47e05 100644 --- a/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild +++ b/dev-lisp/cl-gd/cl-gd-0.6.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 @@ -8,14 +8,12 @@ inherit common-lisp-3 toolchain-funcs MY_P="v${PV}" DESCRIPTION="CL-GD is a library for Common Lisp which interfaces to the GD Graphics Library" -HOMEPAGE="http://weitz.de/cl-gd/ - http://www.cliki.net/cl-gd/" +HOMEPAGE="https://edicl.github.io/cl-gd/" SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" DEPEND=">=media-libs/gd-2.0.28[jpeg,png,xpm]" RDEPEND="${DEPEND} -- cgit v1.2.3-65-gdbad