media-video/aegisub: drop obsolete compiler check in 9999
authorIlya Tumaykin <itumaykin@gmail.com>
Sat, 22 Jul 2017 16:00:13 +0000 (19:00 +0300)
committerMichael Palimaka <kensington@gentoo.org>
Sun, 23 Jul 2017 04:15:31 +0000 (14:15 +1000)
Closes: https://github.com/gentoo/gentoo/pull/5170
Package-Manager: Portage-2.3.6, Repoman-2.3.3

media-video/aegisub/aegisub-9999.ebuild

index a50c1a4287f9c4aa2093d100b2f40c8883eaa2c9..b13457535743033941712de69d3f7f58c0be2e59 100644 (file)
@@ -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