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 2E119158086 for ; Mon, 3 Jan 2022 01:19:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5D292BC03C; Mon, 3 Jan 2022 01:19:53 +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 156292BC03C for ; Mon, 3 Jan 2022 01:19:53 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4F5F342BDC for ; Mon, 3 Jan 2022 01:19:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74EC0D0 for ; Mon, 3 Jan 2022 01:19:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1641172779.a67b7e344c1ff0308f1baeedf7e91b430584907d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/uiop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/uiop/uiop-3.3.5.ebuild X-VCS-Directories: dev-lisp/uiop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a67b7e344c1ff0308f1baeedf7e91b430584907d X-VCS-Branch: master Date: Mon, 3 Jan 2022 01:19:47 +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: 6857ca2b-ef1f-4a59-b2c0-7ed5873ec21c X-Archives-Hash: 94e7a388be3ad4225d4345c6cdeaa457 commit: a67b7e344c1ff0308f1baeedf7e91b430584907d Author: Sam James gentoo org> AuthorDate: Mon Jan 3 01:19:39 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 3 01:19:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67b7e34 dev-lisp/uiop: update EAPI 6 -> 7 Signed-off-by: Sam James gentoo.org> dev-lisp/uiop/uiop-3.3.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-lisp/uiop/uiop-3.3.5.ebuild b/dev-lisp/uiop/uiop-3.3.5.ebuild index 5a577a0275c1..fa5fabdb9254 100644 --- a/dev-lisp/uiop/uiop-3.3.5.ebuild +++ b/dev-lisp/uiop/uiop-3.3.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit common-lisp-3 @@ -12,6 +12,5 @@ SRC_URI="http://common-lisp.net/project/asdf/archives/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" -IUSE="" RDEPEND="~dev-lisp/asdf-${PV}"