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 0593C1382C5 for ; Thu, 8 Mar 2018 15:21:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2FB1E0969; Thu, 8 Mar 2018 15:21:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CE8D0E0971 for ; Thu, 8 Mar 2018 15:21:38 +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 2A450335C49 for ; Thu, 8 Mar 2018 15:21:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1C06243 for ; Thu, 8 Mar 2018 15:21:34 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1520522487.3788eb5a27a45bbea50b5b934d03bb77e12f682b.nimiux@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.0.ebuild dev-lisp/asdf/asdf-3.3.1.ebuild X-VCS-Directories: dev-lisp/asdf/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 3788eb5a27a45bbea50b5b934d03bb77e12f682b X-VCS-Branch: master Date: Thu, 8 Mar 2018 15:21:34 +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-Archives-Salt: 649913a2-b5bf-4593-a736-fb0f6a11c392 X-Archives-Hash: 7d305c5dcb24af4191a3063d5e982d7b commit: 3788eb5a27a45bbea50b5b934d03bb77e12f682b Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Mar 8 15:21:27 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Mar 8 15:21:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3788eb5a dev-lisp/asdf: Drops gentoo-init dependencies Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-lisp/asdf/asdf-3.1.5.ebuild | 2 +- dev-lisp/asdf/asdf-3.3.0.ebuild | 3 +-- dev-lisp/asdf/asdf-3.3.1.ebuild | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-lisp/asdf/asdf-3.1.5.ebuild b/dev-lisp/asdf/asdf-3.1.5.ebuild index bb1f58b4005..595a4953462 100644 --- a/dev-lisp/asdf/asdf-3.1.5.ebuild +++ b/dev-lisp/asdf/asdf-3.1.5.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 + inherit eutils prefix DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp" @@ -17,7 +18,6 @@ SLOT="0/${PVR}" DEPEND="!dev-lisp/cl-${PN} !dev-lisp/asdf-binary-locations - !