summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2010-05-04 16:16:25 +0000
committerOlivier Crête <tester@gentoo.org>2010-05-04 16:16:25 +0000
commit2c3861158485aa3df5054b706e1aca4c68a83e46 (patch)
tree8af5ffa9a64f04c5f6191fc3cdad38d25972cfd1 /dev-libs/libgweather
parentamd64 stable, bug #314899 (diff)
downloadgentoo-2-2c3861158485aa3df5054b706e1aca4c68a83e46.tar.gz
gentoo-2-2c3861158485aa3df5054b706e1aca4c68a83e46.tar.bz2
gentoo-2-2c3861158485aa3df5054b706e1aca4c68a83e46.zip
amd64 stable, bug #314899
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libgweather')
-rw-r--r--dev-libs/libgweather/ChangeLog5
-rw-r--r--dev-libs/libgweather/libgweather-2.28.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libgweather/ChangeLog b/dev-libs/libgweather/ChangeLog
index 6b1fc632ad63..ca6ebbd690a7 100644
--- a/dev-libs/libgweather/ChangeLog
+++ b/dev-libs/libgweather/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libgweather
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.49 2010/04/12 18:31:01 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.50 2010/05/04 16:16:25 tester Exp $
+
+ 03 May 2010; Olivier Crête <tester@gentoo.org> libgweather-2.28.0.ebuild:
+ amd64 stable, bug #314899
12 Apr 2010; Mart Raudsepp <leio@gentoo.org> libgweather-2.28.0.ebuild:
Depend on libsoup-gnome instead of libsoup[gnome] for more user friendly
diff --git a/dev-libs/libgweather/libgweather-2.28.0.ebuild b/dev-libs/libgweather/libgweather-2.28.0.ebuild
index ae2404a33e5f..9e65b1d3a979 100644
--- a/dev-libs/libgweather/libgweather-2.28.0.ebuild
+++ b/dev-libs/libgweather/libgweather-2.28.0.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/dev-libs/libgweather/libgweather-2.28.0.ebuild,v 1.2 2010/04/12 18:31:01 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.28.0.ebuild,v 1.3 2010/05/04 16:16:25 tester Exp $
EAPI="2"
GCONF_DEBUG="no"
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
SLOT="0"
-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"
IUSE="python doc"
# FIXME: Technically we could use just libsoup too conditionally instead of libsoup-gnome,