diff options
author | Markus Meier <maekke@gentoo.org> | 2012-01-14 17:04:13 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-01-14 17:04:13 +0000 |
commit | b9e356709f96d886e3176049f413ef011c34c822 (patch) | |
tree | 917682040216ccb71cac669fb78ed83d6ba52937 /gnome-base | |
parent | x86 stable, bug #393007 (diff) | |
download | gentoo-2-b9e356709f96d886e3176049f413ef011c34c822.tar.gz gentoo-2-b9e356709f96d886e3176049f413ef011c34c822.tar.bz2 gentoo-2-b9e356709f96d886e3176049f413ef011c34c822.zip |
x86 stable, bug #393007
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gvfs/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/gvfs/gvfs-1.10.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/gnome-base/gvfs/ChangeLog b/gnome-base/gvfs/ChangeLog index f0e214b2fc3a..b84094d612b1 100644 --- a/gnome-base/gvfs/ChangeLog +++ b/gnome-base/gvfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gvfs -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.162 2011/12/29 17:41:37 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.163 2012/01/14 17:04:13 maekke Exp $ + + 14 Jan 2012; Markus Meier <maekke@gentoo.org> gvfs-1.10.1.ebuild: + x86 stable, bug #393007 29 Dec 2011; Pacho Ramos <pacho@gentoo.org> gvfs-1.10.1.ebuild: amd64 stable, bug 393007 diff --git a/gnome-base/gvfs/gvfs-1.10.1.ebuild b/gnome-base/gvfs/gvfs-1.10.1.ebuild index 62a6f8f0a0da..1fe402cae4da 100644 --- a/gnome-base/gvfs/gvfs-1.10.1.ebuild +++ b/gnome-base/gvfs/gvfs-1.10.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.10.1.ebuild,v 1.5 2011/12/29 17:41:37 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.10.1.ebuild,v 1.6 2012/01/14 17:04:13 maekke Exp $ EAPI=4 GCONF_DEBUG=no @@ -20,7 +20,7 @@ if [[ ${PV} = 9999 ]]; then KEYWORDS="" DOCS="" else - KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README TODO" # ChangeLog.pre-1.2 README.commits fi |