commit:     02401a2e9312a9965f81863a8faa99d9be96f1ba
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 18 22:25:38 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 18 22:32:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02401a2e

x11-themes/qtcurve: Drop obsolete gcc-version check

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 | 9 +--------
 x11-themes/qtcurve/qtcurve-9999.ebuild         | 9 +--------
 2 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild 
b/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild
index c4ae356f77d..484ac77201a 100644
--- a/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild
+++ b/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild
@@ -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)"

diff --git a/x11-themes/qtcurve/qtcurve-9999.ebuild 
b/x11-themes/qtcurve/qtcurve-9999.ebuild
index 7b74c498b69..f201fa6e79a 100644
--- a/x11-themes/qtcurve/qtcurve-9999.ebuild
+++ b/x11-themes/qtcurve/qtcurve-9999.ebuild
@@ -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)"

Reply via email to