Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kate/
Date: Wed, 29 May 2013 17:34:48
Message-Id: 1369848775.d475612530dce4426970049749dd649e232d3b82.kensington@gentoo
1 commit: d475612530dce4426970049749dd649e232d3b82
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 29 17:32:55 2013 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 17:32:55 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d4756125
7
8 [kde-base/kate] Add missing REQUIRED_USE and PYTHON_DEPEND.
9
10 Package-Manager: portage-2.1.12.2
11
12 ---
13 kde-base/kate/kate-4.10.49.9999.ebuild | 7 ++++++-
14 kde-base/kate/kate-9999.ebuild | 7 ++++++-
15 2 files changed, 12 insertions(+), 2 deletions(-)
16
17 diff --git a/kde-base/kate/kate-4.10.49.9999.ebuild b/kde-base/kate/kate-4.10.49.9999.ebuild
18 index 63b035d..f8c300a 100644
19 --- a/kde-base/kate/kate-4.10.49.9999.ebuild
20 +++ b/kde-base/kate/kate-4.10.49.9999.ebuild
21 @@ -13,10 +13,15 @@ DESCRIPTION="Kate is an MDI texteditor."
22 KEYWORDS=""
23 IUSE="debug +plasma python"
24
25 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
26 +
27 DEPEND="
28 dev-libs/libxml2
29 dev-libs/libxslt
30 - python? ( $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) )
31 + python? (
32 + ${PYTHON_DEPEND}
33 + $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1)
34 + )
35 "
36 RDEPEND="${DEPEND}
37 $(add_kdebase_dep katepart)
38
39 diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
40 index 63b035d..f8c300a 100644
41 --- a/kde-base/kate/kate-9999.ebuild
42 +++ b/kde-base/kate/kate-9999.ebuild
43 @@ -13,10 +13,15 @@ DESCRIPTION="Kate is an MDI texteditor."
44 KEYWORDS=""
45 IUSE="debug +plasma python"
46
47 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
48 +
49 DEPEND="
50 dev-libs/libxml2
51 dev-libs/libxslt
52 - python? ( $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) )
53 + python? (
54 + ${PYTHON_DEPEND}
55 + $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1)
56 + )
57 "
58 RDEPEND="${DEPEND}
59 $(add_kdebase_dep katepart)