diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-19 20:09:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-19 20:09:58 +0000 |
commit | b9b1343cd7652edf438ad4fdd2b359c3132a6a96 (patch) | |
tree | 9b63842faa4430647fbf6bd8d369826a969696b6 /app-emacs | |
parent | alpha/arm/ia64/s390/sh/sparc stable wrt #316473 (diff) | |
download | gentoo-2-b9b1343cd7652edf438ad4fdd2b359c3132a6a96.tar.gz gentoo-2-b9b1343cd7652edf438ad4fdd2b359c3132a6a96.tar.bz2 gentoo-2-b9b1343cd7652edf438ad4fdd2b359c3132a6a96.zip |
add missing test to IUSE
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/muse/muse-3.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/muse/muse-3.20.ebuild b/app-emacs/muse/muse-3.20.ebuild index d4c48c729db8..13aa6a433709 100644 --- a/app-emacs/muse/muse-3.20.ebuild +++ b/app-emacs/muse/muse-3.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/muse-3.20.ebuild,v 1.6 2010/05/18 11:43:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/muse-3.20.ebuild,v 1.7 2010/05/19 20:09:58 mr_bones_ Exp $ inherit elisp @@ -11,7 +11,7 @@ SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz" LICENSE="GPL-3 FDL-1.2 GPL-2 MIT" SLOT="0" KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd" -IUSE="" +IUSE="test" DEPEND="test? ( app-emacs/htmlize )" RDEPEND="" |