diff options
Diffstat (limited to 'app-misc/lcd4linux/lcd4linux-0.10.0-r1.ebuild')
-rw-r--r-- | app-misc/lcd4linux/lcd4linux-0.10.0-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-misc/lcd4linux/lcd4linux-0.10.0-r1.ebuild b/app-misc/lcd4linux/lcd4linux-0.10.0-r1.ebuild index 9c9ad96957cf..f82575648cde 100644 --- a/app-misc/lcd4linux/lcd4linux-0.10.0-r1.ebuild +++ b/app-misc/lcd4linux/lcd4linux-0.10.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.0-r1.ebuild,v 1.1 2007/02/18 23:02:56 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.0-r1.ebuild,v 1.2 2007/04/30 19:10:56 rbu Exp $ inherit eutils @@ -44,7 +44,6 @@ DEPEND=" # python support is b0rked, waiting for upstream release to fix # python? ( dev-lang/python ) - pkg_setup() { elog "If you wish to compile only specific plugins, please use" elog "the LCD4LINUX_PLUGINS environment variable. Plugins must be comma separated and can be either of:" @@ -76,7 +75,6 @@ src_compile() { #myconf="${myconf} $(use_with python)" myconf="${myconf} --without-python" - # plugins if [ -n "$LCD4LINUX_PLUGINS" ]; then myp="$LCD4LINUX_PLUGINS" |