diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-26 15:52:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-27 21:00:20 +0200 |
commit | b71ea2b115dcea8f03e7dd170f2aa8f6f3902ae2 (patch) | |
tree | 98232c7fa06497df6c093badf8a039317a784197 /x11-themes/qtcurve | |
parent | dev-qt/qtwebengine: Drop 5.9.6 (r0) (diff) | |
download | gentoo-b71ea2b115dcea8f03e7dd170f2aa8f6f3902ae2.tar.gz gentoo-b71ea2b115dcea8f03e7dd170f2aa8f6f3902ae2.tar.bz2 gentoo-b71ea2b115dcea8f03e7dd170f2aa8f6f3902ae2.zip |
x11-themes/qtcurve: Drop 1/3 unused cmake variables
Bug: https://bugs.gentoo.org/659190
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-themes/qtcurve')
-rw-r--r-- | x11-themes/qtcurve/qtcurve-1.9.0_rc1-r2.ebuild | 1 | ||||
-rw-r--r-- | x11-themes/qtcurve/qtcurve-9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r2.ebuild b/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r2.ebuild index a69b44261913..ae1d8dc5cf1b 100644 --- a/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r2.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r2.ebuild @@ -74,7 +74,6 @@ src_configure() { -DENABLE_QT4=OFF -DLIB_INSTALL_DIR="$(get_libdir)" -DQTC_QT4_ENABLE_KDE=OFF - -DQTC_QT4_ENABLE_KWIN=OFF -DQTC_KDE4_DEFAULT_HOME=ON -DENABLE_GTK2="$(usex gtk)" -DENABLE_QT5="$(usex qt5)" diff --git a/x11-themes/qtcurve/qtcurve-9999.ebuild b/x11-themes/qtcurve/qtcurve-9999.ebuild index 0c90108fce51..ca3205965a3b 100644 --- a/x11-themes/qtcurve/qtcurve-9999.ebuild +++ b/x11-themes/qtcurve/qtcurve-9999.ebuild @@ -74,7 +74,6 @@ src_configure() { -DLIB_INSTALL_DIR="$(get_libdir)" -DENABLE_QT4=OFF -DQTC_QT4_ENABLE_KDE=OFF - -DQTC_QT4_ENABLE_KWIN=OFF -DQTC_KDE4_DEFAULT_HOME=ON -DENABLE_GTK2="$(usex gtk)" -DENABLE_QT5="$(usex qt5)" |