diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-05-07 10:05:28 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-05-07 10:05:28 +0000 |
commit | 11e33e59f272967e22620e349518e2efda1509f4 (patch) | |
tree | fade16f9082e10e1581a7ea4194e69b9412c8e7d /net-libs | |
parent | Stable for HPPA (bug #248905). (diff) | |
download | gentoo-2-11e33e59f272967e22620e349518e2efda1509f4.tar.gz gentoo-2-11e33e59f272967e22620e349518e2efda1509f4.tar.bz2 gentoo-2-11e33e59f272967e22620e349518e2efda1509f4.zip |
Marked ~hppa (bug #268529).
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libsoup/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libsoup/libsoup-2.26.1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-libs/libsoup/ChangeLog b/net-libs/libsoup/ChangeLog index 6ff6761bce71..39256e6a7ba9 100644 --- a/net-libs/libsoup/ChangeLog +++ b/net-libs/libsoup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libsoup -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.176 2009/05/03 18:54:18 eva Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.177 2009/05/07 10:05:28 jer Exp $ + + 07 May 2009; Jeroen Roovers <jer@gentoo.org> libsoup-2.26.1.ebuild: + Marked ~hppa (bug #268529). *libsoup-2.26.1 (03 May 2009) diff --git a/net-libs/libsoup/libsoup-2.26.1.ebuild b/net-libs/libsoup/libsoup-2.26.1.ebuild index 4becdd22e547..604c9d7db59b 100644 --- a/net-libs/libsoup/libsoup-2.26.1.ebuild +++ b/net-libs/libsoup/libsoup-2.26.1.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-libs/libsoup/libsoup-2.26.1.ebuild,v 1.1 2009/05/03 18:54:18 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.26.1.ebuild,v 1.2 2009/05/07 10:05:28 jer Exp $ EAPI="2" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="2.4" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~x86" # Do NOT build with --disable-debug/--enable-debug=no - gnome2.eclass takes care of that IUSE="debug doc gnome ssl" |