Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/
Date: Sat, 28 Nov 2015 17:36:08
Message-Id: 1448525950.c73adf5e212b5a79d7ea7bd499b93ede404f5a82.monsieurp@gentoo
1 commit: c73adf5e212b5a79d7ea7bd499b93ede404f5a82
2 Author: Paolo Pedroni <PPed72 <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Tue Nov 24 10:52:57 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 26 08:19:10 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73adf5e
7
8 lxqt-base/liblxqt: Fix indentation
9
10 lxqt-base/liblxqt/liblxqt-0.10.0.ebuild | 32 ++++++++++++++++----------------
11 1 file changed, 16 insertions(+), 16 deletions(-)
12
13 diff --git a/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild
14 index e2d80d2..c82baa7 100644
15 --- a/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild
16 +++ b/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild
17 @@ -9,32 +9,32 @@ DESCRIPTION="Common base library for the LXQt desktop environment"
18 HOMEPAGE="http://lxqt.org/"
19
20 if [[ ${PV} = *9999* ]]; then
21 - inherit git-r3
22 - EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
23 + inherit git-r3
24 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
25 else
26 - SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
27 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
28 + SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
29 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
30 fi
31
32 LICENSE="GPL-2 LGPL-2.1+"
33 SLOT="0"
34
35 RDEPEND=">=dev-libs/libqtxdg-1.0.0
36 - dev-qt/qtcore:5
37 - dev-qt/qtdbus:5
38 - dev-qt/qtgui:5
39 - dev-qt/qtwidgets:5
40 - dev-qt/qtx11extras:5
41 - dev-qt/qtxml:5
42 - kde-frameworks/kwindowsystem:5[X]
43 + dev-qt/qtcore:5
44 + dev-qt/qtdbus:5
45 + dev-qt/qtgui:5
46 + dev-qt/qtwidgets:5
47 + dev-qt/qtx11extras:5
48 + dev-qt/qtxml:5
49 + kde-frameworks/kwindowsystem:5[X]
50 "
51 DEPEND="${RDEPEND}
52 - dev-qt/linguist-tools:5
53 + dev-qt/linguist-tools:5
54 "
55
56 pkg_pretend() {
57 - if [[ ${MERGE_TYPE} != binary ]]; then
58 - [[ $(gcc-version) < 4.8 ]] && \
59 - die 'The active compiler needs to be gcc 4.8 (or newer)'
60 - fi
61 + if [[ ${MERGE_TYPE} != binary ]]; then
62 + [[ $(gcc-version) < 4.8 ]] && \
63 + die 'The active compiler needs to be gcc 4.8 (or newer)'
64 + fi
65 }