summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2011-01-04 13:55:57 +0000
committerJim Ramsay <lack@gentoo.org>2011-01-04 13:55:57 +0000
commit6ac3c5af405a3910ab21482bdc167fc31b6cc196 (patch)
treed089b7949636235b48728fa8cc3f92ed154a545e /eclass
parentFixes bug 350450 (diff)
downloadgentoo-2-6ac3c5af405a3910ab21482bdc167fc31b6cc196.tar.gz
gentoo-2-6ac3c5af405a3910ab21482bdc167fc31b6cc196.tar.bz2
gentoo-2-6ac3c5af405a3910ab21482bdc167fc31b6cc196.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.eclass5
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? (