diff options
author | 2014-06-07 07:46:38 +0000 | |
---|---|---|
committer | 2014-06-07 07:46:38 +0000 | |
commit | 783f5b30ebd705413ea4eb5a033c52080ef0899b (patch) | |
tree | 218a570e16d86559d8ea53e91a2795137ed16b6f /media-gfx/asymptote/asymptote-2.32.ebuild | |
parent | minor edit to Changelog (diff) | |
download | historical-783f5b30ebd705413ea4eb5a033c52080ef0899b.tar.gz historical-783f5b30ebd705413ea4eb5a033c52080ef0899b.tar.bz2 historical-783f5b30ebd705413ea4eb5a033c52080ef0899b.zip |
Fixed #512590
Package-Manager: portage-2.2.10/cvs/Linux i686
Manifest-Sign-Key: 0x3AFFCE974D34BD8C!
Diffstat (limited to 'media-gfx/asymptote/asymptote-2.32.ebuild')
-rw-r--r-- | media-gfx/asymptote/asymptote-2.32.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/asymptote/asymptote-2.32.ebuild b/media-gfx/asymptote/asymptote-2.32.ebuild index 2ae0ab289af3..888aeb7b9e6c 100644 --- a/media-gfx/asymptote/asymptote-2.32.ebuild +++ b/media-gfx/asymptote/asymptote-2.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild,v 1.1 2014/06/05 14:50:33 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild,v 1.2 2014/06/07 07:46:21 grozin Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -36,7 +36,7 @@ DEPEND="${RDEPEND} TEXMF=/usr/share/texmf-site pkg_setup() { - use python && python-single-r1_pkg_setup + (use python || use X) && python-single-r1_pkg_setup } src_prepare() { |