diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 16:56:24 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 16:56:24 +0200 |
commit | d52eef092c9cc379152cb1a30ffb7ddb35a27dd8 (patch) | |
tree | 374b20e9d4e71a330f4ed4edcc787631d4b1c8a4 | |
parent | dev-lisp/mcclim: Drop ~sparc because of unkeyworded dependencies (diff) | |
download | lisp-d52eef092c9cc379152cb1a30ffb7ddb35a27dd8.tar.gz lisp-d52eef092c9cc379152cb1a30ffb7ddb35a27dd8.tar.bz2 lisp-d52eef092c9cc379152cb1a30ffb7ddb35a27dd8.zip |
dev-lisp/gsd: Drop keywords of live ebuild
Update HOMEPAGE.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | dev-lisp/gsd/gsd-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lisp/gsd/gsd-9999.ebuild b/dev-lisp/gsd/gsd-9999.ebuild index 816866f9..d99a8246 100644 --- a/dev-lisp/gsd/gsd-9999.ebuild +++ b/dev-lisp/gsd/gsd-9999.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 @@ -6,12 +6,11 @@ EAPI=6 inherit common-lisp-3 git-r3 DESCRIPTION="Grid Structured Data library." -HOMEPAGE="http://common-lisp.net/project/gsll/" +HOMEPAGE="https://gsll.common-lisp.dev/" EGIT_REPO_URI="git://repo.or.cz/gsd.git" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc" RDEPEND=">=dev-lisp/cffi-0.10.5 |