summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-08-17 20:29:24 +0000
committerUlrich Müller <ulm@gentoo.org>2012-08-17 20:29:24 +0000
commit079af51c88b5ba0312b0b9270149985d421f7830 (patch)
tree68dd02967c88391ee90358f579047bdd2d166028 /eclass/elisp.eclass
parentBeta channel bump. (diff)
downloadgentoo-2-079af51c88b5ba0312b0b9270149985d421f7830.tar.gz
gentoo-2-079af51c88b5ba0312b0b9270149985d421f7830.tar.bz2
gentoo-2-079af51c88b5ba0312b0b9270149985d421f7830.zip
Remove unnecessary assignment of IUSE variable.
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r--eclass/elisp.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
index 66c311052e61..2e3c9e0c37a6 100644
--- a/eclass/elisp.eclass
+++ b/eclass/elisp.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.54 2011/12/03 08:54:46 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.55 2012/08/17 20:29:24 ulm Exp $
#
# @ECLASS: elisp.eclass
# @MAINTAINER:
@@ -76,7 +76,6 @@ esac
DEPEND=">=virtual/emacs-${NEED_EMACS:-21}"
RDEPEND="${DEPEND}"
-IUSE=""
# @FUNCTION: elisp_pkg_setup
# @DESCRIPTION: