diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-07-03 06:26:21 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-07-03 06:26:21 +0000 |
commit | 2c55a986b19b46ec68ea5f75a0999cd0f5732417 (patch) | |
tree | b2fd62b90741b2d86fa5b504eb0fe462603eb20b /gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.0.ebuild | |
parent | Cleanup. (diff) | |
download | gentoo-2-2c55a986b19b46ec68ea5f75a0999cd0f5732417.tar.gz gentoo-2-2c55a986b19b46ec68ea5f75a0999cd0f5732417.tar.bz2 gentoo-2-2c55a986b19b46ec68ea5f75a0999cd0f5732417.zip |
gnome-extra/nautilus-dropbox: Fix python version during build to the best supported, #475534
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.0.ebuild')
-rw-r--r-- | gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.0.ebuild b/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.0.ebuild index 092e778eb3c0..c7fd9d4b1b3e 100644 --- a/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.0.ebuild +++ b/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.0.ebuild,v 1.1 2013/07/02 10:01:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-dropbox/nautilus-dropbox-1.6.0.ebuild,v 1.2 2013/07/03 06:26:21 jlec Exp $ EAPI="5" @@ -42,6 +42,8 @@ pkg_setup () { DOC_CONTENTS="Add any users who wish to have access to the dropbox nautilus plugin to the group 'dropbox'. You need to setup a drobox account before using this plugin. Visit ${HOMEPAGE} for more information." + + python_export_best } src_prepare() { |