فهرست منبع

x11-themes/qtcurve: Backport changes from main tree to solve #498776

eegorov 8 سال پیش
والد
کامیت
aee60ee191
3فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 4 0
      x11-themes/qtcurve/ChangeLog
  2. 4 0
      x11-themes/qtcurve/qtcurve-9999-r0.ebuild
  3. 4 0
      x11-themes/qtcurve/qtcurve-9999-r1.ebuild

+ 4 - 0
x11-themes/qtcurve/ChangeLog

@@ -2,6 +2,10 @@
 # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
 # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 # $Id$
 
 
+  14 Nov 2016; eegorov <egor.y.egorov@gmail.com> qtcurve-9999-r0.ebuild,
+  qtcurve-9999-r1.ebuild:
+  Backport changes from main tree to solve #498776
+
 *qtcurve-9999-r0 (10 Oct 2016)
 *qtcurve-9999-r0 (10 Oct 2016)
 
 
   10 Oct 2016; eegorov <egor.y.egorov@gmail.com> +qtcurve-9999-r0.ebuild,
   10 Oct 2016; eegorov <egor.y.egorov@gmail.com> +qtcurve-9999-r0.ebuild,

+ 4 - 0
x11-themes/qtcurve/qtcurve-9999-r0.ebuild

@@ -80,6 +80,10 @@ pkg_pretend() {
 
 
 pkg_setup() {
 pkg_setup() {
 	use kde && kde4-base_pkg_setup
 	use kde && kde4-base_pkg_setup
+	# bug #498776
+	if ! version_is_at_least 4.7 $(gcc-version) ; then
+		append-cxxflags -Doverride=
+	fi
 }
 }
 
 
 multilib_src_configure() {
 multilib_src_configure() {

+ 4 - 0
x11-themes/qtcurve/qtcurve-9999-r1.ebuild

@@ -76,6 +76,10 @@ pkg_pretend() {
 
 
 pkg_setup() {
 pkg_setup() {
 	use kde && kde4-base_pkg_setup
 	use kde && kde4-base_pkg_setup
+	# bug #498776
+	if ! version_is_at_least 4.7 $(gcc-version) ; then
+		append-cxxflags -Doverride=
+	fi
 }
 }
 
 
 multilib_src_configure() {
 multilib_src_configure() {