summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-29 14:01:52 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-29 14:01:52 +0000
commit0677bd2699b6c2ad364da96de72ecfb12a44a13f (patch)
treec2a210e381bf05d04a5ab93380ddd8a9aebd1da8 /kde-misc/kopete-thinklight
parentChanging perms on license/hp-proliant-essentials, p. 2 (diff)
downloadgentoo-2-0677bd2699b6c2ad364da96de72ecfb12a44a13f.tar.gz
gentoo-2-0677bd2699b6c2ad364da96de72ecfb12a44a13f.tar.bz2
gentoo-2-0677bd2699b6c2ad364da96de72ecfb12a44a13f.zip
Fix repoman warnings.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/kopete-thinklight')
-rw-r--r--kde-misc/kopete-thinklight/ChangeLog6
-rw-r--r--kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild8
2 files changed, 10 insertions, 4 deletions
diff --git a/kde-misc/kopete-thinklight/ChangeLog b/kde-misc/kopete-thinklight/ChangeLog
index 9b2252deac6d..7490cab6419c 100644
--- a/kde-misc/kopete-thinklight/ChangeLog
+++ b/kde-misc/kopete-thinklight/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-misc/kopete-thinklight
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-thinklight/ChangeLog,v 1.2 2011/01/31 05:53:52 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-thinklight/ChangeLog,v 1.3 2011/04/29 14:01:52 scarabeus Exp $
+
+ 29 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ kopete-thinklight-0.50.ebuild:
+ Fix repoman warnings.
31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org>
kopete-thinklight-0.50.ebuild:
diff --git a/kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild b/kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild
index 76eb0fc12f0e..0ba72841ec48 100644
--- a/kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild
+++ b/kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild,v 1.2 2011/01/31 05:53:52 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild,v 1.3 2011/04/29 14:01:52 scarabeus Exp $
-EAPI=3
+EAPI=4
inherit kde4-base
DESCRIPTION="A thinkpad's light flash on every incoming message"
@@ -14,7 +14,9 @@ SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-DEPEND="
+RDEPEND="
$(add_kdebase_dep kopete)
"
+DEPEND="${RDEPEND}"
+
DOCS=( CREDITS )