Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
Date: Tue, 15 Jan 2019 22:10:34
Message-Id: 1547590197.2ee9f9efd2038dc07f117e15ccf4408cbf08c603.whissi@gentoo
1 commit: 2ee9f9efd2038dc07f117e15ccf4408cbf08c603
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 15 21:51:10 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 15 22:09:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee9f9ef
7
8 media-libs/liblscp: x86 stable (bug #674710)
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 media-libs/liblscp/liblscp-0.6.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/liblscp/liblscp-0.6.0.ebuild b/media-libs/liblscp/liblscp-0.6.0.ebuild
17 index 58e1f488e96..fd6f0601894 100644
18 --- a/media-libs/liblscp/liblscp-0.6.0.ebuild
19 +++ b/media-libs/liblscp/liblscp-0.6.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -9,7 +9,7 @@ SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.gz"
27
28 LICENSE="LGPL-2.1"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~ppc ~x86"
31 +KEYWORDS="~amd64 ~ppc x86"
32 IUSE="doc"
33
34 DEPEND="doc? ( app-doc/doxygen )"