diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-05-15 09:22:33 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-05-15 09:22:33 +0000 |
commit | 873bee186ef5ef0263ae33856799bad8ba69cda8 (patch) | |
tree | 0c21fff49bfbca4a8446150ebffd6076aeb3ff8d /net-libs | |
parent | Version bump, bug #269578, thank Vieri for maintaining this package. (diff) | |
download | gentoo-2-873bee186ef5ef0263ae33856799bad8ba69cda8.tar.gz gentoo-2-873bee186ef5ef0263ae33856799bad8ba69cda8.tar.bz2 gentoo-2-873bee186ef5ef0263ae33856799bad8ba69cda8.zip |
keyword ~x86-fbsd, bug #268529
(Portage version: 2.2_rc33/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.26.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libsoup/ChangeLog b/net-libs/libsoup/ChangeLog index 999fea5a8b57..540846912329 100644 --- a/net-libs/libsoup/ChangeLog +++ b/net-libs/libsoup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libsoup # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.181 2009/05/11 15:59:11 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.182 2009/05/15 09:22:33 aballier Exp $ + + 15 May 2009; Alexis Ballier <aballier@gentoo.org> libsoup-2.26.1.ebuild: + keyword ~x86-fbsd, bug #268529 11 May 2009; Gilles Dartiguelongue <eva@gentoo.org> libsoup-2.26.1: Fix incorrect sed, bug #269402. diff --git a/net-libs/libsoup/libsoup-2.26.1.ebuild b/net-libs/libsoup/libsoup-2.26.1.ebuild index d069ab61c53f..501e28ecfe64 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.6 2009/05/11 15:59:11 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.26.1.ebuild,v 1.7 2009/05/15 09:22:33 aballier Exp $ EAPI="2" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="2.4" -KEYWORDS="~alpha ~amd64 ~hppa ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~x86 ~x86-fbsd" # Do NOT build with --disable-debug/--enable-debug=no - gnome2.eclass takes care of that IUSE="debug doc gnome ssl" |