diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-10-10 07:22:43 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-10-10 07:22:43 +0000 |
commit | 799c972a704473983a5fe746e0bab9eb1ce9eb5f (patch) | |
tree | 30514a04baed0cf5a701e1e1f38e6f5c4e4fbd47 /app-editors/teco/teco-1.00-r3.ebuild | |
parent | Don't PROVIDE=virtual/editor as it is a new-style virtual now. (diff) | |
download | gentoo-2-799c972a704473983a5fe746e0bab9eb1ce9eb5f.tar.gz gentoo-2-799c972a704473983a5fe746e0bab9eb1ce9eb5f.tar.bz2 gentoo-2-799c972a704473983a5fe746e0bab9eb1ce9eb5f.zip |
remove PROVIDE=virtual/editor as we have now a new-style virtual
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-editors/teco/teco-1.00-r3.ebuild')
-rw-r--r-- | app-editors/teco/teco-1.00-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/teco/teco-1.00-r3.ebuild b/app-editors/teco/teco-1.00-r3.ebuild index 0bb039c76707..1f1f6477d859 100644 --- a/app-editors/teco/teco-1.00-r3.ebuild +++ b/app-editors/teco/teco-1.00-r3.ebuild @@ -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/app-editors/teco/teco-1.00-r3.ebuild,v 1.6 2007/01/24 02:54:35 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.7 2007/10/10 07:22:43 opfer Exp $ inherit toolchain-funcs flag-o-matic @@ -19,7 +19,6 @@ IUSE="doc" RDEPEND="sys-libs/ncurses" DEPEND="${DEPEND}" -PROVIDE="virtual/editor" S=${WORKDIR} |