diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-27 05:59:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-27 05:59:22 +0000 |
commit | 5f666d7b96ee54f0a8c23e295f56a1c1ee5767b5 (patch) | |
tree | ff8ab216239664fcaa1ecd99f0bd80bce0f6fb21 /app-emacs/company-mode | |
parent | Version bump. (diff) | |
download | gentoo-2-5f666d7b96ee54f0a8c23e295f56a1c1ee5767b5.tar.gz gentoo-2-5f666d7b96ee54f0a8c23e295f56a1c1ee5767b5.tar.bz2 gentoo-2-5f666d7b96ee54f0a8c23e295f56a1c1ee5767b5.zip |
add missing ropemacs to IUSE
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-emacs/company-mode')
-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. |