commit:     34714a3098a5488dc8b89004d6591590583ee581
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 07:32:29 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 07:32:29 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=34714a30

dev-lisp/gsll: Drop keywords of live ebuild

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-lisp/gsll/gsll-9999.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/gsll/gsll-9999.ebuild b/dev-lisp/gsll/gsll-9999.ebuild
index 18187c6b..7cb80c9c 100644
--- a/dev-lisp/gsll/gsll-9999.ebuild
+++ b/dev-lisp/gsll/gsll-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,13 +6,11 @@ EAPI=6
 inherit common-lisp-3 git-r3
 
 DESCRIPTION="Common Lisp interface to the GNU Scientific Library."
-HOMEPAGE="http://common-lisp.net/project/gsll/";
+HOMEPAGE="https://gsll.common-lisp.dev/";
 EGIT_REPO_URI="git://repo.or.cz/gsll.git"
 
 LICENSE="GPL-3 FDL-1.2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
 
 RDEPEND=">=sci-libs/gsl-1.9
                >=dev-lisp/cffi-0.10.5
@@ -33,6 +31,7 @@ src_install() {
                ordinary-differential-equations/ physical-constants/ random/ \
                solve-minimize-fit/ special-functions/ statistics/ tests/ 
test-unit/
        common-lisp-install-asdf
-       dohtml documentation/*.{html,css}
        dodoc documentation/*.text
+       docinto html
+       dodoc documentation/*.{html,css}
 }

Reply via email to