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 89C8E13835C for ; Fri, 16 Oct 2020 06:04:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39961E083D; Fri, 16 Oct 2020 06:04:09 +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 20980E083D for ; Fri, 16 Oct 2020 06:04:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D5276341012 for ; Fri, 16 Oct 2020 06:04:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CAF83A7 for ; Fri, 16 Oct 2020 06:04:06 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1602828237.f152854943bdd99e9311d493de382eee6ff25dcc.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/janet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/janet/janet-1.12.2.ebuild X-VCS-Directories: dev-lang/janet/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f152854943bdd99e9311d493de382eee6ff25dcc X-VCS-Branch: master Date: Fri, 16 Oct 2020 06:04:06 +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: a5c7137b-f91c-4818-b3eb-d042f72a836c X-Archives-Hash: a65278e6dd77a0c348e0294490e6da48 commit: f152854943bdd99e9311d493de382eee6ff25dcc Author: Joonas Niilola gentoo org> AuthorDate: Fri Oct 16 05:30:30 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Oct 16 06:03:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1528549 dev-lang/janet: remove unused eclass inherit from 1.12.2 Signed-off-by: Joonas Niilola gentoo.org> dev-lang/janet/janet-1.12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/janet/janet-1.12.2.ebuild b/dev-lang/janet/janet-1.12.2.ebuild index 8ec6289c1be..574832c0682 100644 --- a/dev-lang/janet/janet-1.12.2.ebuild +++ b/dev-lang/janet/janet-1.12.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic optfeature +inherit flag-o-matic DESCRIPTION="A dynamic Lisp dialect and bytecode vm" HOMEPAGE="https://janet-lang.org https://github.com/janet-lang/janet/"