From cf472189b476c7667864e4f59df5a11c729899c7 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 2 Apr 2022 09:17:47 +0200 Subject: dev-lisp/cl-smtp: Drop keywords of live ebuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- dev-lisp/cl-smtp/cl-smtp-9999.ebuild | 8 +++----- 1 file 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 -- cgit v1.2.3-65-gdbad