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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0E66158003 for ; Fri, 5 Nov 2021 16:59:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A185DE08EF; Fri, 5 Nov 2021 16:59:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A233AE08EF for ; Fri, 5 Nov 2021 16:59:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 134FC3430D7 for ; Fri, 5 Nov 2021 16:59:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93DC983 for ; Fri, 5 Nov 2021 16:59:19 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1636131540.ed796e98ccd39b39bdec3cd5e449b47b1cbb3769.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gamin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/gamin/gamin-0.1.10-r1.ebuild X-VCS-Directories: app-admin/gamin/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: ed796e98ccd39b39bdec3cd5e449b47b1cbb3769 X-VCS-Branch: master Date: Fri, 5 Nov 2021 16:59:19 +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: dbbc3fdd-b4af-4717-9b36-13004059a01d X-Archives-Hash: abbfc8cda5e7bd35b2500b64716ce66e commit: ed796e98ccd39b39bdec3cd5e449b47b1cbb3769 Author: Jakov Smolić gentoo org> AuthorDate: Fri Nov 5 16:56:56 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Nov 5 16:59:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed796e98 app-admin/gamin: Inherit multilib-build instead of multilib-minimal Eclass change was staged by mistake Fixes: ee017a055b8f6d3d4ea04ae0342320a4892cdbd6 Closes: https://bugs.gentoo.org/821964 Signed-off-by: Jakov Smolić gentoo.org> app-admin/gamin/gamin-0.1.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/gamin/gamin-0.1.10-r1.ebuild b/app-admin/gamin/gamin-0.1.10-r1.ebuild index f3ef1bf5e07..5a58fce9009 100644 --- a/app-admin/gamin/gamin-0.1.10-r1.ebuild +++ b/app-admin/gamin/gamin-0.1.10-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit multilib-minimal +inherit multilib-build DESCRIPTION="Meta package providing the File Alteration Monitor API & Server" HOMEPAGE="https://www.gnome.org/~veillard/gamin/"