diff options
author | 2017-08-09 04:00:32 +0200 | |
---|---|---|
committer | 2017-08-17 20:58:08 +0200 | |
commit | 0b919e5452bddfd571c0f191ccd9f8a484c0caaf (patch) | |
tree | 24fbe09f83014d0a799024ff89a891b34cb6a648 /media-sound | |
parent | media-sound/kmidimon: Add QT3SUPPORT_REQUIRED="true" (diff) | |
download | gentoo-0b919e5452bddfd571c0f191ccd9f8a484c0caaf.tar.gz gentoo-0b919e5452bddfd571c0f191ccd9f8a484c0caaf.tar.bz2 gentoo-0b919e5452bddfd571c0f191ccd9f8a484c0caaf.zip |
media-sound/kradio: Add QT3SUPPORT_REQUIRED="true"
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/kradio/kradio-4.0.8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/kradio/kradio-4.0.8.ebuild b/media-sound/kradio/kradio-4.0.8.ebuild index 9cd59a736cad..478201045663 100644 --- a/media-sound/kradio/kradio-4.0.8.ebuild +++ b/media-sound/kradio/kradio-4.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,6 +10,7 @@ PLUGINS=( soundserver streaming timecontrol timeshifter v4lradio ) KDE_LINGUAS="cs de es is it pl pt pt_BR ru sk sr@latin tr uk" +QT3SUPPORT_REQUIRED="true" inherit kde4-base MY_P=${PN}4-${PV/_/-} |