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 98A361382C5 for ; Sun, 21 Mar 2021 17:19:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7C28E082B; Sun, 21 Mar 2021 17:19:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AE639E082B for ; Sun, 21 Mar 2021 17:19:52 +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 012F833C1EB for ; Sun, 21 Mar 2021 17:19:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AF30592 for ; Sun, 21 Mar 2021 17:19:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1616347174.a4f16d2f631013a8ba55ca99b35699f2ff029d3d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/xmind/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/xmind/xmind-3.7.6_p201801311814.ebuild X-VCS-Directories: app-misc/xmind/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a4f16d2f631013a8ba55ca99b35699f2ff029d3d X-VCS-Branch: master Date: Sun, 21 Mar 2021 17:19:49 +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: 50246acd-8bcb-4172-968d-8f28c868ed1e X-Archives-Hash: a0ec8f73e17365586e13387884191233 commit: a4f16d2f631013a8ba55ca99b35699f2ff029d3d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 21 16:50:55 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 21 17:19:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f16d2f app-misc/xmind: Fix typo Closes: https://bugs.gentoo.org/768510 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> app-misc/xmind/xmind-3.7.6_p201801311814.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild b/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild index 869813d042d..7ee0129f5e3 100644 --- a/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild +++ b/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild @@ -39,7 +39,7 @@ src_configure() { if use amd64; then XDIR="XMind_amd64" else - XDIR="XMind_i388" + XDIR="XMind_i386" fi mv "$XDIR" XMind || die # force data instance & config area to be at home/.xmind directory