summaryrefslogtreecommitdiff
path: root/eclass
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
commit15f7a222101e3a507001dbfaa68f6d93364402b3 (patch)
treec1b73af88afb2961af7bae7210ed2a84012dc402 /eclass
parentBeta channel bump. (diff)
downloadhistorical-15f7a222101e3a507001dbfaa68f6d93364402b3.tar.gz
historical-15f7a222101e3a507001dbfaa68f6d93364402b3.tar.bz2
historical-15f7a222101e3a507001dbfaa68f6d93364402b3.zip
Remove unnecessary assignment of IUSE variable.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/elisp.eclass5
2 files changed, 6 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 97c48092dcf5..49e89ddaacaf 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.374 2012/08/17 13:04:25 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.375 2012/08/17 20:29:24 ulm Exp $
+
+ 17 Aug 2012; Ulrich Müller <ulm@gentoo.org> elisp.eclass:
+ Remove unnecessary assignment of IUSE variable.
17 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> obs-download.eclass,
obs-service.eclass:
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: