summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-04-01 13:56:06 +0200
committerUlrich Müller <ulm@gentoo.org>2022-04-01 13:56:06 +0200
commite7ed7acf71236139cd898977447860de50fb044e (patch)
tree119482b682272895b0168a7f97b99f7580599773
parentdev-lisp/cl-gd: Drop ~sparc because of unkeyworded dependencies (diff)
downloadlisp-e7ed7acf71236139cd898977447860de50fb044e.tar.gz
lisp-e7ed7acf71236139cd898977447860de50fb044e.tar.bz2
lisp-e7ed7acf71236139cd898977447860de50fb044e.zip
dev-lisp/cl-png: Drop ~sparc because of unkeyworded dependencies
Update HOMEPAGE. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--dev-lisp/cl-png/cl-png-0.6.ebuild7
1 files 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"