summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-19 00:25:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-19 00:32:54 +0200
commit02401a2e9312a9965f81863a8faa99d9be96f1ba (patch)
tree08c34c96b5bfd4706709b235f9a4064b67c7eb1d /x11-themes
parentmedia-fonts/wqy-unibit: Remove 1.1.0_p1 (r0) (diff)
downloadgentoo-02401a2e9312a9965f81863a8faa99d9be96f1ba.tar.gz
gentoo-02401a2e9312a9965f81863a8faa99d9be96f1ba.tar.bz2
gentoo-02401a2e9312a9965f81863a8faa99d9be96f1ba.zip
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
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild9
-rw-r--r--x11-themes/qtcurve/qtcurve-9999.ebuild9
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 c4ae356f77d1..484ac77201a3 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 7b74c498b696..f201fa6e79a4 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)"