x11-themes/qtcurve: Drop obsolete gcc-version check
authorAndreas Sturmlechner <asturm@gentoo.org>
Fri, 18 May 2018 22:25:38 +0000 (00:25 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 18 May 2018 22:32:54 +0000 (00:32 +0200)
pkg_setup was relying on implicit versionator inheritance.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild
x11-themes/qtcurve/qtcurve-9999.ebuild

index c4ae356f77d16d082d825d2a4e4b5a696aa853a1..484ac77201a39c577566a80f6609837857427d9b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -75,13 +75,6 @@ DOCS=( AUTHORS ChangeLog.md README.md TODO.md )
 #      "${FILESDIR}/${P}-add_utils_include.patch"
 #)
 
-pkg_setup() {
-       # bug #498776
-       if ! version_is_at_least 4.7 $(gcc-version) ; then
-               append-cxxflags -Doverride=
-       fi
-}
-
 src_configure() {
        local mycmakeargs=(
                -DLIB_INSTALL_DIR="$(get_libdir)"
index 7b74c498b6968ff5a580af543e021e6bb0164b83..f201fa6e79a4e6a90ea6dcf2779ebc4a11184f5e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -75,13 +75,6 @@ DOCS=( AUTHORS ChangeLog.md README.md TODO.md )
 #      "${FILESDIR}/${P}-add_utils_include.patch"
 #)
 
-pkg_setup() {
-       # bug #498776
-       if ! version_is_at_least 4.7 $(gcc-version) ; then
-               append-cxxflags -Doverride=
-       fi
-}
-
 src_configure() {
        local mycmakeargs=(
                -DLIB_INSTALL_DIR="$(get_libdir)"