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 AE363138334 for ; Mon, 15 Oct 2018 22:14:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF931E0882; Mon, 15 Oct 2018 22:14:20 +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 A2E22E0882 for ; Mon, 15 Oct 2018 22:14:20 +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 20984335CDE for ; Mon, 15 Oct 2018 22:14:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02EA7391 for ; Mon, 15 Oct 2018 22:14:12 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1539641576.aaa03bc5529713112a3aaf0b50bf33c8e9f10196.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/base64url/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/base64url/base64url-1.0.ebuild X-VCS-Directories: dev-erlang/base64url/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: aaa03bc5529713112a3aaf0b50bf33c8e9f10196 X-VCS-Branch: master Date: Mon, 15 Oct 2018 22:14:12 +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: 1c5e8ed4-9c57-4407-bf39-3e1b2f349a85 X-Archives-Hash: 8f91a640aeb4c920ef7b33c4ca893eba commit: aaa03bc5529713112a3aaf0b50bf33c8e9f10196 Author: Amadeusz Piotr Żołnowski gentoo org> AuthorDate: Wed Oct 10 20:52:26 2018 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Mon Oct 15 22:12:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa03bc5 dev-erlang/base64url: Remove unneeded IUSE Bug: https://bugs.gentoo.org/626260 Signed-off-by: Amadeusz Piotr Żołnowski gentoo.org> dev-erlang/base64url/base64url-1.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-erlang/base64url/base64url-1.0.ebuild b/dev-erlang/base64url/base64url-1.0.ebuild index 08e3b366da4..4710ed85dd8 100644 --- a/dev-erlang/base64url/base64url-1.0.ebuild +++ b/dev-erlang/base64url/base64url-1.0.ebuild @@ -13,7 +13,6 @@ SRC_URI="https://github.com/dvv/base64url/archive/v${PV}.tar.gz LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}"