diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-24 14:57:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-24 14:57:20 +0000 |
commit | 0604145b765caa02486d21528feb93e1773258cc (patch) | |
tree | 17d2cb13d207f8e207ed442021a8c5ba3531253b /net-misc/connman | |
parent | whitespace (diff) | |
download | gentoo-2-0604145b765caa02486d21528feb93e1773258cc.tar.gz gentoo-2-0604145b765caa02486d21528feb93e1773258cc.tar.bz2 gentoo-2-0604145b765caa02486d21528feb93e1773258cc.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-misc/connman')
-rw-r--r-- | net-misc/connman/connman-0.38.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-misc/connman/connman-0.38.ebuild b/net-misc/connman/connman-0.38.ebuild index 3873b5a8bd48..54e3581594c0 100644 --- a/net-misc/connman/connman-0.38.ebuild +++ b/net-misc/connman/connman-0.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.38.ebuild,v 1.1 2009/08/24 13:24:08 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.38.ebuild,v 1.2 2009/08/24 14:57:20 mr_bones_ Exp $ EAPI="2" @@ -29,7 +29,6 @@ RDEPEND=">=dev-libs/glib-2.16 DEPEND="${RDEPEND} doc? ( dev-util/gtk-doc )" - src_configure() { econf \ --localstatedir=/var \ @@ -69,4 +68,3 @@ src_install() { newinitd "${FILESDIR}"/${PN}.initd ${PN} || die } - |