summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/gcdemu/gcdemu-1.0.0.ebuild')
-rw-r--r--app-cdr/gcdemu/gcdemu-1.0.0.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/app-cdr/gcdemu/gcdemu-1.0.0.ebuild b/app-cdr/gcdemu/gcdemu-1.0.0.ebuild
index 1e85de7d087f..2667484a5e0c 100644
--- a/app-cdr/gcdemu/gcdemu-1.0.0.ebuild
+++ b/app-cdr/gcdemu/gcdemu-1.0.0.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/app-cdr/gcdemu/gcdemu-1.0.0.ebuild,v 1.2 2008/06/06 07:50:00 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.0.0.ebuild,v 1.3 2008/06/15 12:12:23 drac Exp $
inherit gnome2
@@ -13,16 +13,17 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-S="${WORKDIR}/${PN}-1.0.0"
-DEPEND=">=dev-lang/python-2.4
+RDEPEND=">=dev-lang/python-2.4
>=dev-python/pygtk-2.6
>=dev-python/pygobject-2.6
>=dev-python/gnome-python-2.6
>=dev-python/gnome-python-desktop-2.6
>=dev-python/dbus-python-0.71
- dev-util/intltool"
-RDEPEND="${DEPEND}
>=app-cdr/cdemud-1.0.0"
+DEPEND="${RDEPEND}
+ dev-util/intltool"
+
+S=${WORKDIR}/${PN}-1.0.0
pkg_postinst() {
einfo "For notifications, emerge dev-python/notify-python"