From e7ed7acf71236139cd898977447860de50fb044e Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 1 Apr 2022 13:56:06 +0200 Subject: dev-lisp/cl-png: 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-png/cl-png-0.6.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-lisp/cl-png/cl-png-0.6.ebuild b/dev-lisp/cl-png/cl-png-0.6.ebuild index ec514742..49e24c93 100644 --- a/dev-lisp/cl-png/cl-png-0.6.ebuild +++ b/dev-lisp/cl-png/cl-png-0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,13 +8,12 @@ inherit common-lisp-3 MY_PV="REL_${PV//./_}" DESCRIPTION="CL-PNG is a Common Lisp library for reading and writing PNG files" -HOMEPAGE="http://www.ljosa.com/~ljosa/software/cl-png/" +HOMEPAGE="https://www.ljosa.com/~ljosa/software/cl-png/" SRC_URI="https://github.com/ljosa/cl-png/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="media-libs/libpng:0 dev-lisp/cffi" -- cgit v1.2.3-65-gdbad