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 628641382C5 for ; Mon, 5 Apr 2021 22:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B37D2E094A; Mon, 5 Apr 2021 22:27:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4B4A7E094A for ; Mon, 5 Apr 2021 22:27:04 +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 765F5335C56 for ; Mon, 5 Apr 2021 22:27:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEE154C6 for ; Mon, 5 Apr 2021 22:26:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1617661567.e4c028426b4e408fa6c4e31fbfe8596a8f2c9d9c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/veracrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/veracrypt/veracrypt-1.24_p8.ebuild X-VCS-Directories: app-crypt/veracrypt/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e4c028426b4e408fa6c4e31fbfe8596a8f2c9d9c X-VCS-Branch: master Date: Mon, 5 Apr 2021 22:26:58 +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: 31e81e24-5f06-444d-9010-217be24cd07a X-Archives-Hash: febf97aef035ef1b61fae257655ef74e commit: e4c028426b4e408fa6c4e31fbfe8596a8f2c9d9c Author: David Seifert gentoo org> AuthorDate: Mon Apr 5 22:26:07 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Apr 5 22:26:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c02842 app-crypt/veracrypt: Set WX_GTK_VER before inherit Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> app-crypt/veracrypt/veracrypt-1.24_p8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/veracrypt/veracrypt-1.24_p8.ebuild b/app-crypt/veracrypt/veracrypt-1.24_p8.ebuild index a0d3a867b3f..91bc89eb3f7 100644 --- a/app-crypt/veracrypt/veracrypt-1.24_p8.ebuild +++ b/app-crypt/veracrypt/veracrypt-1.24_p8.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + +WX_GTK_VER="3.0-gtk3" inherit desktop eapi7-ver linux-info pax-utils toolchain-funcs wxwidgets MY_PV="$(ver_cut 1-2)-Update$(ver_cut 4)_MacOSX" @@ -19,8 +21,6 @@ KEYWORDS="amd64" IUSE="+asm cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_ssse3 doc X" RESTRICT="bindist mirror" -WX_GTK_VER="3.0-gtk3" - RDEPEND=" sys-fs/lvm2 sys-fs/fuse:0