summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-11-11 06:29:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-11-11 06:29:56 +0000
commite7bb56404cc76b59bf2879fc10be045cdc6cbb6e (patch)
tree4c5d03836cc7ace02f600da093d2e3cc3eb8cce6 /x11-plugins/purple-plugin_pack
parentwhitespace (diff)
downloadgentoo-2-e7bb56404cc76b59bf2879fc10be045cdc6cbb6e.tar.gz
gentoo-2-e7bb56404cc76b59bf2879fc10be045cdc6cbb6e.tar.bz2
gentoo-2-e7bb56404cc76b59bf2879fc10be045cdc6cbb6e.zip
whitespace
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins/purple-plugin_pack')
-rw-r--r--x11-plugins/purple-plugin_pack/purple-plugin_pack-2.2.0.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.2.0.ebuild b/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.2.0.ebuild
index 82b787cfb914..443d69f325d3 100644
--- a/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.2.0.ebuild
+++ b/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.2.0.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/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.2.0.ebuild,v 1.1 2007/11/10 23:59:08 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.2.0.ebuild,v 1.2 2007/11/11 06:29:56 mr_bones_ Exp $
inherit eutils
@@ -17,7 +17,6 @@ DEPEND="net-im/pidgin
talkfilters? ( app-text/talkfilters )"
RDEPEND="${DEPEND}"
-
pkg_setup() {
if use gtk && ! built_with_use net-im/pidgin gtk; then
eerror "You need to compile net-im/pidgin with USE=gtk to be"
@@ -69,8 +68,6 @@ src_compile() {
fi
done
-
-
econf --with-plugins="${plugins:1}" $(use_enable debug) || die "econf failed"
emake -j1 || die "emake failed"
}