Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/klettres/
Date: Sun, 16 Aug 2020 15:57:47
Message-Id: 1597442890.27f5cd2826a0d9ca0adc32f542ed97c67b4c6eea.asturm@gentoo
1 commit: 27f5cd2826a0d9ca0adc32f542ed97c67b4c6eea
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 14 22:08:10 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 22:08:10 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=27f5cd28
7
8 kde-apps/klettres: Add RDEPEND and fix Manifest
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 RepoMan-Options: --force
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 kde-apps/klettres/klettres-3.5.10.ebuild | 6 +++++-
15 1 file changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/kde-apps/klettres/klettres-3.5.10.ebuild b/kde-apps/klettres/klettres-3.5.10.ebuild
18 index e95ebe9a..226635bc 100644
19 --- a/kde-apps/klettres/klettres-3.5.10.ebuild
20 +++ b/kde-apps/klettres/klettres-3.5.10.ebuild
21 @@ -1,11 +1,15 @@
22 -# Copyright 1999-2009 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25 # $Header: /var/cvsroot/gentoo-x86/kde-base/klettres/klettres-3.5.10.ebuild,v 1.7 2009/07/12 10:34:21 armin76 Exp $
26 +
27 EAPI="1"
28 +
29 KMNAME=kdeedu
30 inherit kde-meta
31
32 DESCRIPTION="KDE: KLettres helps a very young child or an adult learning "
33 KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~sparc x86"
34 IUSE=""
35 +
36 DEPEND=""
37 +RDEPEND=""