diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-12-29 17:41:37 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-12-29 17:41:37 +0000 |
commit | 594ab2af76a6934a33352ce777e411cad91ea136 (patch) | |
tree | 6aec86b92745e28f31e40b3d9e29252f213b7407 /gnome-base | |
parent | amd64 stable, bug 393007 (diff) | |
download | gentoo-2-594ab2af76a6934a33352ce777e411cad91ea136.tar.gz gentoo-2-594ab2af76a6934a33352ce777e411cad91ea136.tar.bz2 gentoo-2-594ab2af76a6934a33352ce777e411cad91ea136.zip |
amd64 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 | 5 | ||||
-rw-r--r-- | gnome-base/gvfs/gvfs-1.10.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/gvfs/ChangeLog b/gnome-base/gvfs/ChangeLog index 095284795f77..f0e214b2fc3a 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.161 2011/11/19 16:57:15 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.162 2011/12/29 17:41:37 pacho Exp $ + + 29 Dec 2011; Pacho Ramos <pacho@gentoo.org> gvfs-1.10.1.ebuild: + amd64 stable, bug 393007 19 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> metadata.xml: Document USE=gnome; thanks to Fabian Köster <f.koester@tarent.de> for the diff --git a/gnome-base/gvfs/gvfs-1.10.1.ebuild b/gnome-base/gvfs/gvfs-1.10.1.ebuild index 9b90549884c5..62a6f8f0a0da 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 # 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.4 2011/10/26 20:45:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.10.1.ebuild,v 1.5 2011/12/29 17:41:37 pacho 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 |