From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86A6B15808B for ; Fri, 1 Apr 2022 12:03:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF867E0951; Fri, 1 Apr 2022 12:03:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9527DE0952 for ; Fri, 1 Apr 2022 12:03:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0A283414CE for ; Fri, 1 Apr 2022 12:03:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0410E35F for ; Fri, 1 Apr 2022 12:03:49 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1648813689.25f8bf93cb67914f02db15a19bfce905dfd4bfe9.ulm@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-cairo2/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-cairo2/cl-cairo2-9999.ebuild X-VCS-Directories: dev-lisp/cl-cairo2/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 25f8bf93cb67914f02db15a19bfce905dfd4bfe9 X-VCS-Branch: master Date: Fri, 1 Apr 2022 12:03:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a3494f16-12d6-432b-9178-26288cd0629a X-Archives-Hash: 6f99691cea2fbb2ce4c8ecbaa0eac820 commit: 25f8bf93cb67914f02db15a19bfce905dfd4bfe9 Author: Ulrich Müller gentoo org> AuthorDate: Fri Apr 1 11:48:09 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Apr 1 11:48:09 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=25f8bf93 dev-lisp/cl-cairo2: Drop keywords of live ebuild Signed-off-by: Ulrich Müller gentoo.org> dev-lisp/cl-cairo2/cl-cairo2-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-lisp/cl-cairo2/cl-cairo2-9999.ebuild b/dev-lisp/cl-cairo2/cl-cairo2-9999.ebuild index 7501dc05..a6ea5eca 100644 --- a/dev-lisp/cl-cairo2/cl-cairo2-9999.ebuild +++ b/dev-lisp/cl-cairo2/cl-cairo2-9999.ebuild @@ -5,14 +5,12 @@ EAPI=6 inherit common-lisp-3 git-r3 -DESCRIPTION="Comon Lisp bindings for the Cairo API" -HOMEPAGE="http://cliki.net/cl-cairo2" +DESCRIPTION="Common Lisp bindings for the Cairo API" +HOMEPAGE="https://cliki.net/cl-cairo2" EGIT_REPO_URI="https://github.com/rpav/cl-cairo2" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" RDEPEND="dev-lisp/cffi dev-lisp/cl-utilities