summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2015-05-25 21:45:49 +0200
committerThomas Orgis2015-05-25 21:45:49 +0200
commit4abf61201ef6a721d3ee6a5e85cf5edfffa1a177 (patch)
treec0f82ecc079dc9940bcf13154ea5d32d8b4f2281
parent4c395079e6dab37893ba3f87c77763311dbc7cbc (diff)
KDE5_DEPENDS, QT5_DEPENDS: depends -sub CXX gcc
-rw-r--r--ChangeLog4
-rwxr-xr-xKDE5_DEPENDS1
-rwxr-xr-xQT5_DEPENDS1
3 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9b8779a33..e7a847d1bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * KDE5_DEPENDS, QT5_DEPENDS: directly depend -sub CXX gcc
+ (to make up_triggers from ABI updates work)
+
2015-05-25 Ismael Luceno <ismael@sourcemage.org>
* disk/hoz: new spell, Hacha Open Zource file splitter
* net/openbsd-inetd: new spell, OpenBSD Internet Superserver
diff --git a/KDE5_DEPENDS b/KDE5_DEPENDS
index ea4cd7bae8..e3f854c349 100755
--- a/KDE5_DEPENDS
+++ b/KDE5_DEPENDS
@@ -1,3 +1,4 @@
+depends -sub CXX gcc &&
depends cmake &&
depends extra-cmake-modules &&
depends qtbase
diff --git a/QT5_DEPENDS b/QT5_DEPENDS
index 403c1b5db0..0c3827d4ab 100755
--- a/QT5_DEPENDS
+++ b/QT5_DEPENDS
@@ -1,2 +1,3 @@
+depends -sub CXX gcc &&
depends cmake &&
depends qtbase