summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kalika <max@gentoo.org>2003-11-17 03:35:05 +0000
committerMax Kalika <max@gentoo.org>2003-11-17 03:35:05 +0000
commit736b3af996ebef9a7db22cdc4e20ed4b78c3904d (patch)
tree5c5133166b7c5fea906d295281e8b92a3585df0b /dev-python/pylirc/pylirc-0.0.4.ebuild
parentRemove the dosed calls to tweak the startup script. Change the startup script... (diff)
downloadhistorical-736b3af996ebef9a7db22cdc4e20ed4b78c3904d.tar.gz
historical-736b3af996ebef9a7db22cdc4e20ed4b78c3904d.tar.bz2
historical-736b3af996ebef9a7db22cdc4e20ed4b78c3904d.zip
Move inherit line to the top so it doesn't stomp DEPENDs.
Diffstat (limited to 'dev-python/pylirc/pylirc-0.0.4.ebuild')
-rw-r--r--dev-python/pylirc/pylirc-0.0.4.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/pylirc/pylirc-0.0.4.ebuild b/dev-python/pylirc/pylirc-0.0.4.ebuild
index ba1a296f64ed..dc8b86c1c046 100644
--- a/dev-python/pylirc/pylirc-0.0.4.ebuild
+++ b/dev-python/pylirc/pylirc-0.0.4.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.4.ebuild,v 1.1 2003/09/10 18:51:32 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.4.ebuild,v 1.2 2003/11/17 03:35:03 max Exp $
+
+inherit distutils
DESCRIPTION="lirc module for Python."
HOMEPAGE="http://sourceforge.net/projects/pylirc/"
@@ -10,6 +12,5 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
-DEPEND="app-misc/lirc"
-
-inherit distutils
+DEPEND="${DEPEND}
+ app-misc/lirc"