diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-03 22:29:10 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-03 22:29:10 +0000 |
commit | 4769c6492a6c56579abf6a398b390ab4f892938b (patch) | |
tree | 22aa6e2ab3138eeda647915401ff2f2d4b2be18d /media-video | |
parent | Nitpicks updates to 0.6.1. Clean up old revisions. (diff) | |
download | gentoo-2-4769c6492a6c56579abf6a398b390ab4f892938b.tar.gz gentoo-2-4769c6492a6c56579abf6a398b390ab4f892938b.tar.bz2 gentoo-2-4769c6492a6c56579abf6a398b390ab4f892938b.zip |
Unset variable, which has any meaning only in ebuilds supporting installation for multiple Python ABIs.
(Portage version: 2.2.0_alpha19_p78/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/pitivi/pitivi-0.13.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-video/pitivi/pitivi-0.13.5.ebuild b/media-video/pitivi/pitivi-0.13.5.ebuild index 0ced2c414fa0..82c1ea1ff7a2 100644 --- a/media-video/pitivi/pitivi-0.13.5.ebuild +++ b/media-video/pitivi/pitivi-0.13.5.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.13.5.ebuild,v 1.2 2011/02/03 22:24:28 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.13.5.ebuild,v 1.3 2011/02/03 22:29:10 arfrever Exp $ EAPI="3" GCONF_DEBUG="no" PYTHON_DEPEND="2:2.5" -RESTRICT_PYTHON_ABIS="3.*" inherit gnome2 python eutils virtualx |