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 B8D9C1382C5 for ; Wed, 11 Apr 2018 21:22:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE751E0636; Wed, 11 Apr 2018 21:22:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C95F4E0636 for ; Wed, 11 Apr 2018 21:22:49 +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 B1F01335C79 for ; Wed, 11 Apr 2018 21:22:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69E0327C for ; Wed, 11 Apr 2018 21:22:47 +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: <1523481761.515e5f13c19df81d862bcad23f5ddeda8a3dc4d6.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/abcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/abcl/abcl-1.5.0.ebuild X-VCS-Directories: dev-lisp/abcl/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 515e5f13c19df81d862bcad23f5ddeda8a3dc4d6 X-VCS-Branch: master Date: Wed, 11 Apr 2018 21:22: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-Archives-Salt: adedf6e8-3ce8-4738-9094-591b469046d2 X-Archives-Hash: f23ed26ed3691bb68bd1229e300dedee commit: 515e5f13c19df81d862bcad23f5ddeda8a3dc4d6 Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Apr 11 21:22:14 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Wed Apr 11 21:22:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515e5f13 dev-lisp/abcl: Drops jad USE flag Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-lisp/abcl/abcl-1.5.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-lisp/abcl/abcl-1.5.0.ebuild b/dev-lisp/abcl/abcl-1.5.0.ebuild index 8b8a33704ff..6a476d2e6b0 100644 --- a/dev-lisp/abcl/abcl-1.5.0.ebuild +++ b/dev-lisp/abcl/abcl-1.5.0.ebuild @@ -15,11 +15,10 @@ RESTRICT="mirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="jad" +IUSE="" DEPEND=">=virtual/jdk-1.5" -RDEPEND=">=virtual/jre-1.5 - jad? ( dev-java/jad-bin )" +RDEPEND=">=virtual/jre-1.5" S="${WORKDIR}"/${MY_P}