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 17F51138334 for ; Fri, 20 Jul 2018 19:48:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03A5BE0AF9; Fri, 20 Jul 2018 19:48:40 +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 C943FE0AF9 for ; Fri, 20 Jul 2018 19:48:39 +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 A4083335CA7 for ; Fri, 20 Jul 2018 19:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7F71353 for ; Fri, 20 Jul 2018 19:48:36 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1532116099.25b0fbd4aff40e80c28de8b805e20d5b5cce9feb.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catalyst/catalyst-9999.ebuild X-VCS-Directories: dev-util/catalyst/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 25b0fbd4aff40e80c28de8b805e20d5b5cce9feb X-VCS-Branch: master Date: Fri, 20 Jul 2018 19:48:36 +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: 49ed19e4-9034-41ce-901c-6549f8cca395 X-Archives-Hash: bfb0a69fd5be0bb2b6793354db6dce2b commit: 25b0fbd4aff40e80c28de8b805e20d5b5cce9feb Author: Ben Kohler gentoo org> AuthorDate: Fri Jul 20 19:47:09 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Jul 20 19:48:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b0fbd4 dev-util/catalyst: remove unused multilib inherit Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-util/catalyst/catalyst-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index e825da32526..bc08ecaef51 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -17,7 +17,7 @@ fi PYTHON_COMPAT=( python{3_4,3_5,3_6} ) -inherit distutils-r1 multilib ${SRC_ECLASS} +inherit distutils-r1 ${SRC_ECLASS} DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux" HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst"