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 A608D139337 for ; Sun, 1 Aug 2021 18:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C752E0A5C; Sun, 1 Aug 2021 18:27:58 +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 7225AE0A5C for ; Sun, 1 Aug 2021 18:27:58 +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 47746343BFC for ; Sun, 1 Aug 2021 18:27:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B981086D for ; Sun, 1 Aug 2021 18:27:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627842465.38379f95ed9005468f8d941e225c0b1006da3d06.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/yubikey-personalization-gui/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/yubikey-personalization-gui/yubikey-personalization-gui-3.1.25.ebuild X-VCS-Directories: sys-auth/yubikey-personalization-gui/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 38379f95ed9005468f8d941e225c0b1006da3d06 X-VCS-Branch: master Date: Sun, 1 Aug 2021 18:27:54 +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: 3c547419-91cd-4805-93dd-d7a4f4f94634 X-Archives-Hash: 7ed9bb60131b78d63885acccfc4cd56d commit: 38379f95ed9005468f8d941e225c0b1006da3d06 Author: Sam James gentoo org> AuthorDate: Sun Aug 1 07:08:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 1 18:27:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38379f95 sys-auth/yubikey-personalization-gui: drop obsolete qt5 C++11 workaround Signed-off-by: Sam James gentoo.org> .../yubikey-personalization-gui-3.1.25.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-auth/yubikey-personalization-gui/yubikey-personalization-gui-3.1.25.ebuild b/sys-auth/yubikey-personalization-gui/yubikey-personalization-gui-3.1.25.ebuild index 4874fb7e3ff..cefccbf1a2e 100644 --- a/sys-auth/yubikey-personalization-gui/yubikey-personalization-gui-3.1.25.ebuild +++ b/sys-auth/yubikey-personalization-gui/yubikey-personalization-gui-3.1.25.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop flag-o-matic qmake-utils xdg-utils +inherit desktop qmake-utils xdg-utils DESCRIPTION="GUI for personalization of Yubico's YubiKey" HOMEPAGE="https://github.com/Yubico/yubikey-personalization-gui" @@ -41,8 +41,6 @@ src_prepare() { } src_configure() { - append-cxxflags -std=c++11 - eqmake5 "CONFIG+=nosilent" YKPersonalization.pro }