diff options
author | Jim Ramsay <lack@gentoo.org> | 2011-01-04 13:55:57 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2011-01-04 13:55:57 +0000 |
commit | 17210a8e14d6f002712d19ca81724bfe578de1c8 (patch) | |
tree | 3e73242cc63ac59ec552b149e18684e792b9c43f /eclass | |
parent | Fixes bug 350450 (diff) | |
download | historical-17210a8e14d6f002712d19ca81724bfe578de1c8.tar.gz historical-17210a8e14d6f002712d19ca81724bfe578de1c8.tar.bz2 historical-17210a8e14d6f002712d19ca81724bfe578de1c8.zip |
Bug #340479 - Use slot dependencies for openmotif, and force all vim.eclass
users to use EAPI 2 or 3
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 4d3d0c9e71a6..80e8d6c614a9 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.191 2010/10/10 17:23:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.192 2011/01/04 13:55:57 lack Exp $ # Authors: # Jim Ramsay <i.am@gentoo.org> @@ -40,6 +40,7 @@ LICENSE="vim" # Check for EAPI functions we need: case "${EAPI:-0}" in 0|1) + die "vim.eclass no longer supports EAPI 0 or 1" ;; 2|3) HAS_SRC_PREPARE=1 @@ -138,7 +139,7 @@ else ) !gtk? ( motif? ( - >=x11-libs/openmotif-2.3 + >=x11-libs/openmotif-2.3:0 ) !motif? ( nextaw? ( |