diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-06-30 20:32:50 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-06-30 20:32:50 +0000 |
commit | cd9547c27ec896860b3480b5c4c75dfe35b6e033 (patch) | |
tree | 6a6b52628579b326ef068d2c3823ff4cab183af1 /gnome-extra/sushi/sushi-3.8.1.ebuild | |
parent | Stable for ppc64, wrt bug #470544 (diff) | |
download | gentoo-2-cd9547c27ec896860b3480b5c4c75dfe35b6e033.tar.gz gentoo-2-cd9547c27ec896860b3480b5c4c75dfe35b6e033.tar.bz2 gentoo-2-cd9547c27ec896860b3480b5c4c75dfe35b6e033.zip |
Unoconv is not checked in configure anymore.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-extra/sushi/sushi-3.8.1.ebuild')
-rw-r--r-- | gnome-extra/sushi/sushi-3.8.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnome-extra/sushi/sushi-3.8.1.ebuild b/gnome-extra/sushi/sushi-3.8.1.ebuild index dc6f9fdade92..5d26672a5929 100644 --- a/gnome-extra/sushi/sushi-3.8.1.ebuild +++ b/gnome-extra/sushi/sushi-3.8.1.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/sushi/sushi-3.8.1.ebuild,v 1.1 2013/04/19 17:54:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/sushi/sushi-3.8.1.ebuild,v 1.2 2013/06/30 20:32:50 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -50,7 +50,5 @@ RDEPEND="${COMMON_DEPEND} " src_configure() { - gnome2_src_configure \ - --disable-static \ - UNOCONV=$(usex office $(type -P unoconv) $(type -P false)) + gnome2_src_configure --disable-static } |