diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 09:17:47 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 09:17:47 +0200 |
commit | cf472189b476c7667864e4f59df5a11c729899c7 (patch) | |
tree | 90c5d7d6129eeb2e3cbba5e8b1946554d1b88127 /dev-lisp | |
parent | dev-lisp/cl-xmpp: Drop ~sparc because of unkeyworded dependencies (diff) | |
download | lisp-cf472189b476c7667864e4f59df5a11c729899c7.tar.gz lisp-cf472189b476c7667864e4f59df5a11c729899c7.tar.bz2 lisp-cf472189b476c7667864e4f59df5a11c729899c7.zip |
dev-lisp/cl-smtp: Drop keywords of live ebuild
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-smtp/cl-smtp-9999.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-lisp/cl-smtp/cl-smtp-9999.ebuild b/dev-lisp/cl-smtp/cl-smtp-9999.ebuild index 422d27b2..36c8e471 100644 --- a/dev-lisp/cl-smtp/cl-smtp-9999.ebuild +++ b/dev-lisp/cl-smtp/cl-smtp-9999.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 @@ -6,14 +6,12 @@ EAPI=6 inherit common-lisp-3 git-r3 DESCRIPTION="A Common Lisp client library for the SMTP network protocol." -HOMEPAGE="http://common-lisp.net/project/cl-smtp/ - http://www.cliki.net/CL-SMTP" +HOMEPAGE="https://cl-smtp.common-lisp.dev/ + https://www.cliki.net/CL-SMTP" EGIT_REPO_URI="https://gitlab.common-lisp.net/cl-smtp/cl-smtp" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" RDEPEND="dev-lisp/cl-base64 dev-lisp/usocket |