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 07C7B139694 for ; Sun, 23 Jul 2017 04:15:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4788DE0E3A; Sun, 23 Jul 2017 04:15:45 +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 2108FE0E3A for ; Sun, 23 Jul 2017 04:15:44 +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 AFC2B341895 for ; Sun, 23 Jul 2017 04:15:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F44574BD for ; Sun, 23 Jul 2017 04:15:42 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1500783331.d54f9c251b688f93827f14f161c67de3dbc6df90.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/aegisub/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/aegisub/aegisub-9999.ebuild X-VCS-Directories: media-video/aegisub/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d54f9c251b688f93827f14f161c67de3dbc6df90 X-VCS-Branch: master Date: Sun, 23 Jul 2017 04:15:42 +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: 79d41732-d680-447c-a788-965eae5bdde1 X-Archives-Hash: ed315aaa02c2d974c99df8b9fb54236a commit: d54f9c251b688f93827f14f161c67de3dbc6df90 Author: Ilya Tumaykin gmail com> AuthorDate: Sat Jul 22 16:00:13 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jul 23 04:15:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54f9c25 media-video/aegisub: drop obsolete compiler check in 9999 Closes: https://github.com/gentoo/gentoo/pull/5170 Package-Manager: Portage-2.3.6, Repoman-2.3.3 media-video/aegisub/aegisub-9999.ebuild | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/media-video/aegisub/aegisub-9999.ebuild b/media-video/aegisub/aegisub-9999.ebuild index a50c1a4287f..b1345753574 100644 --- a/media-video/aegisub/aegisub-9999.ebuild +++ b/media-video/aegisub/aegisub-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 WX_GTK_VER=3.0 PLOCALES="ar bg ca cs da de el es eu fa fi fr_FR gl hu id it ja ko nl pl pt_BR pt_PT ru sr_RS sr_RS@latin uk_UA vi zh_CN zh_TW" -inherit autotools flag-o-matic gnome2-utils l10n wxwidgets xdg-utils git-r3 +inherit autotools gnome2-utils l10n wxwidgets xdg-utils git-r3 DESCRIPTION="Advanced subtitle editor" HOMEPAGE="http://www.aegisub.org/ https://github.com/Aegisub/Aegisub" @@ -61,20 +61,6 @@ PATCHES=( "${FILESDIR}/3.2.2_p20160518/${PN}-3.2.2_p20160518-support-system-gtest.patch" ) -aegisub_check_compiler() { - if [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11; then - die "Your compiler lacks C++11 support. Use GCC>=4.7.0 or Clang>=3.3." - fi -} - -pkg_pretend() { - aegisub_check_compiler -} - -pkg_setup() { - aegisub_check_compiler -} - src_prepare() { default_src_prepare