summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-06-08 19:03:43 +0200
committerUlrich Müller <ulm@gentoo.org>2024-06-08 19:40:03 +0200
commita643920fb67276702e003e4cc00b7581ad0d69aa (patch)
tree148c4eacb653b0938413625475638ba16e726713 /dev-lisp
parentdev-lisp/cl-unicode: Update EAPI from 6 to 7 (diff)
downloadgentoo-a643920fb67276702e003e4cc00b7581ad0d69aa.tar.gz
gentoo-a643920fb67276702e003e4cc00b7581ad0d69aa.tar.bz2
gentoo-a643920fb67276702e003e4cc00b7581ad0d69aa.zip
dev-lisp/clx: Update EAPI from 6 to 7
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/clx/clx-0.7.5-r1.ebuild (renamed from dev-lisp/clx/clx-0.7.5.ebuild)9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-lisp/clx/clx-0.7.5.ebuild b/dev-lisp/clx/clx-0.7.5-r1.ebuild
index 06e69d160335..4f8c577096fe 100644
--- a/dev-lisp/clx/clx-0.7.5.ebuild
+++ b/dev-lisp/clx/clx-0.7.5-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit common-lisp-3
DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL"
-HOMEPAGE="http://www.cliki.net/CLX"
+HOMEPAGE="https://www.cliki.net/CLX"
SRC_URI="https://github.com/sharplispers/clx/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
@@ -15,8 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc"
DEPEND="sys-apps/texinfo
- doc? ( virtual/texi2dvi )"
-RDEPEND="!dev-lisp/cl-${PN}"
+ doc? ( virtual/texi2dvi )"
src_compile() {
cd manual || die