diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 09:37:50 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 09:37:50 +0200 |
commit | b95f9aa7d075ddbb6a89a646475992251a40f14f (patch) | |
tree | bc800cd3015a7fef9d63154acd9fc8240e268daa | |
parent | dev-lisp/zs3: Drop ~sparc because of unkeyworded dependencies (diff) | |
download | lisp-b95f9aa7d075ddbb6a89a646475992251a40f14f.tar.gz lisp-b95f9aa7d075ddbb6a89a646475992251a40f14f.tar.bz2 lisp-b95f9aa7d075ddbb6a89a646475992251a40f14f.zip |
dev-lisp/mcclim: Drop ~sparc because of unkeyworded dependencies
Minor touchups to the ebuild.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | dev-lisp/mcclim/mcclim-0.9.7.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/dev-lisp/mcclim/mcclim-0.9.7.ebuild b/dev-lisp/mcclim/mcclim-0.9.7.ebuild index 8db7d16e..e59bdc46 100644 --- a/dev-lisp/mcclim/mcclim-0.9.7.ebuild +++ b/dev-lisp/mcclim/mcclim-0.9.7.ebuild @@ -1,25 +1,24 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit common-lisp-3 elisp-common eutils +inherit common-lisp-3 elisp-common MY_PV="${PV}-imbolc" DESCRIPTION="McCLIM is a free software implementation of CLIM." -HOMEPAGE="http://common-lisp.net/project/mcclim - http://cliki.net/McCLIM" -SRC_URI="https://github.com/robert-strandh/McCLIM/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://mcclim.common-lisp.dev/ + https://cliki.net/McCLIM" +SRC_URI="https://github.com/McCLIM/McCLIM/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="emacs doc" DEPEND="doc? ( virtual/texi2dvi )" -RDEPEND="!dev-lisp/cl-${PN} - dev-lisp/spatial-trees +RDEPEND="dev-lisp/spatial-trees >=dev-lisp/flexichain-1.5.1 dev-lisp/clx dev-lisp/cffi |