diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-30 20:08:52 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-09-03 17:43:03 +0200 |
commit | a2023adbf400a1fd419bdfd7656312885dd1eb24 (patch) | |
tree | 8fd46a0e996044d8af904bcbfe59facbf92f69c4 /media-libs/phonon | |
parent | net-dns/knot: version bump (diff) | |
download | gentoo-a2023adbf400a1fd419bdfd7656312885dd1eb24.tar.gz gentoo-a2023adbf400a1fd419bdfd7656312885dd1eb24.tar.bz2 gentoo-a2023adbf400a1fd419bdfd7656312885dd1eb24.zip |
kde4*.eclass: Drop USE=aqua
Diffstat (limited to 'media-libs/phonon')
-rw-r--r-- | media-libs/phonon/phonon-4.9.1-r1.ebuild | 3 | ||||
-rw-r--r-- | media-libs/phonon/phonon-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/media-libs/phonon/phonon-4.9.1-r1.ebuild b/media-libs/phonon/phonon-4.9.1-r1.ebuild index 38d15b515910..2474f3bab8db 100644 --- a/media-libs/phonon/phonon-4.9.1-r1.ebuild +++ b/media-libs/phonon/phonon-4.9.1-r1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://phonon.kde.org/" LICENSE="|| ( LGPL-2.1 LGPL-3 )" SLOT="0" -IUSE="aqua debug designer gstreamer pulseaudio qt4 +qt5 +vlc" +IUSE="debug designer gstreamer pulseaudio qt4 +qt5 +vlc" REQUIRED_USE="|| ( qt4 qt5 )" @@ -47,7 +47,6 @@ DEPEND="${RDEPEND} qt5? ( kde-frameworks/extra-cmake-modules:5 ) " PDEPEND=" - aqua? ( media-libs/phonon-qt7 ) gstreamer? ( >=media-libs/phonon-gstreamer-4.9.0[qt4?,qt5?] ) vlc? ( >=media-libs/phonon-vlc-0.9.0[qt4?,qt5?] ) " diff --git a/media-libs/phonon/phonon-9999.ebuild b/media-libs/phonon/phonon-9999.ebuild index 33202cf975a2..e39cec4c2f67 100644 --- a/media-libs/phonon/phonon-9999.ebuild +++ b/media-libs/phonon/phonon-9999.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://phonon.kde.org/" LICENSE="|| ( LGPL-2.1 LGPL-3 )" SLOT="0" -IUSE="aqua debug designer gstreamer pulseaudio qt4 +vlc" +IUSE="debug designer gstreamer pulseaudio qt4 +vlc" RDEPEND=" !!dev-qt/qtphonon:4 @@ -43,7 +43,6 @@ DEPEND="${RDEPEND} kde-frameworks/extra-cmake-modules:5 " PDEPEND=" - aqua? ( media-libs/phonon-qt7 ) gstreamer? ( >=media-libs/phonon-gstreamer-4.9.0[qt4?,qt5(+)] ) vlc? ( >=media-libs/phonon-vlc-0.9.0[qt4?,qt5(+)] ) " |