Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-libs/phonon/
Date: Sat, 31 Aug 2019 06:39:20
Message-Id: 1567190237.e11cc707f59bf769410613673e66a34346b07f9a.asturm@gentoo
1 commit: e11cc707f59bf769410613673e66a34346b07f9a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 30 18:37:17 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 30 18:37:17 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e11cc707
7
8 media-libs/phonon: Fix LICENSE
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/phonon/phonon-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/phonon/phonon-9999.ebuild b/media-libs/phonon/phonon-9999.ebuild
17 index 6edaf832b5..b3be584a2b 100644
18 --- a/media-libs/phonon/phonon-9999.ebuild
19 +++ b/media-libs/phonon/phonon-9999.ebuild
20 @@ -13,7 +13,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
21 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
22 fi
23
24 -LICENSE="|| ( LGPL-2.1 LGPL-3 )"
25 +LICENSE="|| ( LGPL-2.1 LGPL-3 ) !pulseaudio? ( || ( GPL-2 GPL-3 ) )"
26 SLOT="0"
27 IUSE="debug designer gstreamer pulseaudio +vlc"