diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-14 21:06:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-14 21:06:46 +0000 |
commit | 610eb595c12c48f76b3f9a60cec7946ddbe3c933 (patch) | |
tree | b63b6413692708dfb81213e0c0f983d0d7d54895 /net-libs | |
parent | Version bump. Thank upstream dev Loren Bandiera for report. (diff) | |
download | gentoo-2-610eb595c12c48f76b3f9a60cec7946ddbe3c933.tar.gz gentoo-2-610eb595c12c48f76b3f9a60cec7946ddbe3c933.tar.bz2 gentoo-2-610eb595c12c48f76b3f9a60cec7946ddbe3c933.zip |
sh love
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libsoup/libsoup-2.2.94.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libsoup/libsoup-2.2.96.ebuild | 21 |
2 files changed, 12 insertions, 13 deletions
diff --git a/net-libs/libsoup/libsoup-2.2.94.ebuild b/net-libs/libsoup/libsoup-2.2.94.ebuild index 23ed868e108c..90d63a777f68 100644 --- a/net-libs/libsoup/libsoup-2.2.94.ebuild +++ b/net-libs/libsoup/libsoup-2.2.94.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.94.ebuild,v 1.1 2006/06/27 16:12:11 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.94.ebuild,v 1.2 2006/10/14 21:06:46 vapier Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="2.2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86" IUSE="doc ssl static" RDEPEND=">=dev-libs/glib-2.6 diff --git a/net-libs/libsoup/libsoup-2.2.96.ebuild b/net-libs/libsoup/libsoup-2.2.96.ebuild index 5d75044d7cf5..3e97e380afb8 100644 --- a/net-libs/libsoup/libsoup-2.2.96.ebuild +++ b/net-libs/libsoup/libsoup-2.2.96.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.96.ebuild,v 1.1 2006/09/07 04:10:12 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.96.ebuild,v 1.2 2006/10/14 21:06:46 vapier Exp $ inherit gnome2 @@ -9,22 +9,21 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="2.2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="doc ssl static" RDEPEND=">=dev-libs/glib-2.6 - >=dev-libs/libxml2-2 - ssl? ( - >=net-libs/gnutls-1 - >=dev-libs/libgpg-error-0.4 - )" + >=dev-libs/libxml2-2 + ssl? ( + >=net-libs/gnutls-1 + >=dev-libs/libgpg-error-0.4 + )" DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9 - doc? ( >=dev-util/gtk-doc-1 )" + >=dev-util/pkgconfig-0.9 + doc? ( >=dev-util/gtk-doc-1 )" DOCS="AUTHORS ChangeLog NEWS README TODO" pkg_setup() { - G2CONF="$(use_enable ssl) $(use_enable static) \ - $(use_enable static static-ssl)" + G2CONF="$(use_enable ssl) $(use_enable static) $(use_enable static static-ssl)" } |