diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-03-15 19:37:52 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-03-15 19:37:52 +0000 |
commit | 82a2661cd5ee1eca644087d7f26192e41df33082 (patch) | |
tree | e0bfd27bc7d8cfe42464dffe8421fad56a578bb6 /net-libs/libsoup | |
parent | ppc stable #304777 (diff) | |
download | gentoo-2-82a2661cd5ee1eca644087d7f26192e41df33082.tar.gz gentoo-2-82a2661cd5ee1eca644087d7f26192e41df33082.tar.bz2 gentoo-2-82a2661cd5ee1eca644087d7f26192e41df33082.zip |
ppc stable #304475
(Portage version: 2.1.7.17/cvs/Linux ppc)
Diffstat (limited to 'net-libs/libsoup')
-rw-r--r-- | net-libs/libsoup/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libsoup/libsoup-2.28.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libsoup/ChangeLog b/net-libs/libsoup/ChangeLog index d5098e212384..7224fe3f96b5 100644 --- a/net-libs/libsoup/ChangeLog +++ b/net-libs/libsoup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libsoup # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.214 2010/03/06 21:20:01 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.215 2010/03/15 19:37:52 nixnut Exp $ + + 15 Mar 2010; nixnut <nixnut@gentoo.org> libsoup-2.28.2.ebuild: + ppc stable #304475 06 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> libsoup-2.28.2.ebuild: diff --git a/net-libs/libsoup/libsoup-2.28.2.ebuild b/net-libs/libsoup/libsoup-2.28.2.ebuild index e11d24e61ac7..f300614f4f14 100644 --- a/net-libs/libsoup/libsoup-2.28.2.ebuild +++ b/net-libs/libsoup/libsoup-2.28.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.28.2.ebuild,v 1.3 2010/03/06 21:20:01 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.28.2.ebuild,v 1.4 2010/03/15 19:37:52 nixnut Exp $ EAPI="2" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="2.4" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" # Do NOT build with --disable-debug/--enable-debug=no - gnome2.eclass takes care of that IUSE="debug doc gnome ssl" |