diff options
author | Markus Meier <maekke@gentoo.org> | 2012-01-18 21:03:29 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-01-18 21:03:29 +0000 |
commit | 535856af2f8bd4b4f6c041bc26dad3887dd68430 (patch) | |
tree | d8683f00b7de69876e75efa1b0ccedb6180922d2 /net-libs | |
parent | Various fixes so it builds and installs. Not sure if it works, though... (diff) | |
download | gentoo-2-535856af2f8bd4b4f6c041bc26dad3887dd68430.tar.gz gentoo-2-535856af2f8bd4b4f6c041bc26dad3887dd68430.tar.bz2 gentoo-2-535856af2f8bd4b4f6c041bc26dad3887dd68430.zip |
arm stable, bug #393007
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libsoup/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libsoup/libsoup-2.36.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libsoup/ChangeLog b/net-libs/libsoup/ChangeLog index e7d782cb7d98..6a1423e781d6 100644 --- a/net-libs/libsoup/ChangeLog +++ b/net-libs/libsoup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libsoup # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.267 2012/01/14 17:41:19 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.268 2012/01/18 21:03:29 maekke Exp $ + + 18 Jan 2012; Markus Meier <maekke@gentoo.org> libsoup-2.36.1.ebuild: + arm stable, bug #393007 14 Jan 2012; Markus Meier <maekke@gentoo.org> libsoup-2.36.1.ebuild: x86 stable, bug #393007 diff --git a/net-libs/libsoup/libsoup-2.36.1.ebuild b/net-libs/libsoup/libsoup-2.36.1.ebuild index a77a786de574..6b9e6c3a0a80 100644 --- a/net-libs/libsoup/libsoup-2.36.1.ebuild +++ b/net-libs/libsoup/libsoup-2.36.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.36.1.ebuild,v 1.4 2012/01/14 17:41:19 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.36.1.ebuild,v 1.5 2012/01/18 21:03:29 maekke Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/LibSoup" LICENSE="LGPL-2" SLOT="2.4" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="debug doc +introspection samba ssl test" # glib-networking-2.29.18 needed to avoid a tls bug, see NEWS file |