diff options
-rw-r--r-- | app-emacs/company-mode/company-mode-0.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/company-mode/company-mode-0.4.3.ebuild b/app-emacs/company-mode/company-mode-0.4.3.ebuild index 1f3e72a0d8f0..77fff73ddbc9 100644 --- a/app-emacs/company-mode/company-mode-0.4.3.ebuild +++ b/app-emacs/company-mode/company-mode-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.4.3.ebuild,v 1.1 2009/08/25 19:41:27 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.4.3.ebuild,v 1.2 2009/08/27 05:59:22 mr_bones_ Exp $ EAPI=2 NEED_EMACS=22 @@ -14,7 +14,7 @@ SRC_URI="http://nschum.de/src/emacs/${PN}/company-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="semantic" +IUSE="ropemacs semantic" # Note: company-mode supports many backends, and we refrain from including # them all in RDEPEND. Only depend on things that are needed at build time. |