diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 07:18:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 07:18:13 +0000 |
commit | 60bdf5ad98f678777691dc4e3d62e126a570c964 (patch) | |
tree | 6af4bf2f6b87e6fb5e4688f1ab465107607d2904 /net-libs/libsoup | |
parent | whitespace (diff) | |
download | gentoo-2-60bdf5ad98f678777691dc4e3d62e126a570c964.tar.gz gentoo-2-60bdf5ad98f678777691dc4e3d62e126a570c964.tar.bz2 gentoo-2-60bdf5ad98f678777691dc4e3d62e126a570c964.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-libs/libsoup')
-rw-r--r-- | net-libs/libsoup/libsoup-2.2.100.ebuild | 3 | ||||
-rw-r--r-- | net-libs/libsoup/libsoup-2.2.3-r1.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-libs/libsoup/libsoup-2.2.100.ebuild b/net-libs/libsoup/libsoup-2.2.100.ebuild index 963c7535dc58..d3aceee7c12b 100644 --- a/net-libs/libsoup/libsoup-2.2.100.ebuild +++ b/net-libs/libsoup/libsoup-2.2.100.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/net-libs/libsoup/libsoup-2.2.100.ebuild,v 1.9 2007/06/24 22:08:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.100.ebuild,v 1.10 2007/07/13 07:18:13 mr_bones_ Exp $ inherit gnome2 @@ -21,7 +21,6 @@ DEPEND="${RDEPEND} DOCS="AUTHORS ChangeLog NEWS README" - pkg_setup() { G2CONF="$(use_enable ssl)" } diff --git a/net-libs/libsoup/libsoup-2.2.3-r1.ebuild b/net-libs/libsoup/libsoup-2.2.3-r1.ebuild index 0c0e2522e52e..1b6d6ee0923e 100644 --- a/net-libs/libsoup/libsoup-2.2.3-r1.ebuild +++ b/net-libs/libsoup/libsoup-2.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.3-r1.ebuild,v 1.9 2005/10/10 07:50:37 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.3-r1.ebuild,v 1.10 2007/07/13 07:18:13 mr_bones_ Exp $ inherit gnome2 @@ -24,4 +24,3 @@ DOCS="AUTHORS ChangeLog README* TODO" G2CONF="${G2CONF} $(use_enable ssl) $(use_enable static) \ $(use_enable static static-ssl)" - |