summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2008-11-11 15:20:06 +0000
committerBen de Groot <yngwin@gentoo.org>2008-11-11 15:20:06 +0000
commit7ddfc7dcc920578c926ac4eb2e9efda86bd0927a (patch)
tree1ba71a1c8d6cf8aeb8f04afdd000a8230f71cdb5 /lxde-base
parentFix RDEPEND/DEPEND switch. Thanks to drac for noticing. (diff)
downloadgentoo-2-7ddfc7dcc920578c926ac4eb2e9efda86bd0927a.tar.gz
gentoo-2-7ddfc7dcc920578c926ac4eb2e9efda86bd0927a.tar.bz2
gentoo-2-7ddfc7dcc920578c926ac4eb2e9efda86bd0927a.zip
Fix RDEPEND/DEPEND switch. Thanks to drac for noticing.
(Portage version: 2.2_rc13/cvs/Linux 2.6.27-hh4 i686)
Diffstat (limited to 'lxde-base')
-rw-r--r--lxde-base/lxtask/ChangeLog5
-rw-r--r--lxde-base/lxtask/lxtask-0.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/lxde-base/lxtask/ChangeLog b/lxde-base/lxtask/ChangeLog
index 8e91c8bfd8bf..ddd816181e7c 100644
--- a/lxde-base/lxtask/ChangeLog
+++ b/lxde-base/lxtask/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for lxde-base/lxtask
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.1 2008/11/07 15:56:08 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.2 2008/11/11 15:20:06 yngwin Exp $
+
+ 11 Nov 2008; Ben de Groot <yngwin@gentoo.org> lxtask-0.1.ebuild:
+ Fix RDEPEND/DEPEND switch.
*lxtask-0.1 (07 Nov 2008)
diff --git a/lxde-base/lxtask/lxtask-0.1.ebuild b/lxde-base/lxtask/lxtask-0.1.ebuild
index fc63ce74d17e..be161db8a198 100644
--- a/lxde-base/lxtask/lxtask-0.1.ebuild
+++ b/lxde-base/lxtask/lxtask-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.ebuild,v 1.1 2008/11/07 15:56:08 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.ebuild,v 1.2 2008/11/11 15:20:06 yngwin Exp $
EAPI="1"
@@ -13,9 +13,9 @@ KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
-DEPEND="x11-libs/gtk+:2
+RDEPEND="x11-libs/gtk+:2
dev-libs/glib:2"
-RDEPEND="${DEPEND}
+DEPEND="${RDEPEND}
dev-util/pkgconfig
sys-devel/gettext"