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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F246138334 for ; Mon, 18 Nov 2019 16:25:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92755E085D; Mon, 18 Nov 2019 16:25:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69716E085D for ; Mon, 18 Nov 2019 16:25:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A9BD34CFF8 for ; Mon, 18 Nov 2019 16:25:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A56A78AB for ; Mon, 18 Nov 2019 16:25:15 +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: <1574094178.244b584cef339eecb6f873831da91b9114c2eabc.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/asdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/asdf/asdf-3.1.5.ebuild dev-lisp/asdf/asdf-3.3.1.ebuild dev-lisp/asdf/asdf-3.3.2-r1.ebuild dev-lisp/asdf/asdf-3.3.2.ebuild X-VCS-Directories: dev-lisp/asdf/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 244b584cef339eecb6f873831da91b9114c2eabc X-VCS-Branch: master Date: Mon, 18 Nov 2019 16:25:15 +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: f59f8fbd-c9e4-4cbd-b1b6-18aff4371664 X-Archives-Hash: 6e6694f0c1bf5897071cdd861b9ad2b1 commit: 244b584cef339eecb6f873831da91b9114c2eabc Author: Petr Vaněk atlas cz> AuthorDate: Mon Nov 18 14:21:58 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Nov 18 16:22:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244b584c dev-lisp/asdf: remove duplicate SLOT variable Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Ulrich Müller gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13697 dev-lisp/asdf/asdf-3.1.5.ebuild | 6 ++---- dev-lisp/asdf/asdf-3.3.1.ebuild | 6 ++---- dev-lisp/asdf/asdf-3.3.2-r1.ebuild | 6 ++---- dev-lisp/asdf/asdf-3.3.2.ebuild | 6 ++---- 4 files changed, 8 insertions(+), 16 deletions(-) diff --git a/dev-lisp/asdf/asdf-3.1.5.ebuild b/dev-lisp/asdf/asdf-3.1.5.ebuild index 8a067789c18..dc7f9224a2e 100644 --- a/dev-lisp/asdf/asdf-3.1.5.ebuild +++ b/dev-lisp/asdf/asdf-3.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,12 +10,10 @@ HOMEPAGE="http://common-lisp.net/project/asdf/" SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz" LICENSE="MIT" -SLOT="0" +SLOT="0/${PVR}" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="doc" -SLOT="0/${PVR}" - DEPEND="!dev-lisp/cl-${PN} !