summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-05-04 16:02:10 +0000
committerMichał Górny <mgorny@gentoo.org>2011-05-04 16:02:10 +0000
commit5b59065fc79459c622608c64bde9989662ab915b (patch)
treedca12637539abc9eb329fff925a793d8caa3450e /eclass/systemd.eclass
parentVersion bump, remove old. (diff)
downloadgentoo-2-5b59065fc79459c622608c64bde9989662ab915b.tar.gz
gentoo-2-5b59065fc79459c622608c64bde9989662ab915b.tar.bz2
gentoo-2-5b59065fc79459c622608c64bde9989662ab915b.zip
Drop needless `inherit multilib'. Thanks to Henry Gebhardt for pointing this out.
Diffstat (limited to 'eclass/systemd.eclass')
-rw-r--r--eclass/systemd.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass
index 386686395731..3499e91a083d 100644
--- a/eclass/systemd.eclass
+++ b/eclass/systemd.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/systemd.eclass,v 1.1 2011/05/04 10:53:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/systemd.eclass,v 1.2 2011/05/04 16:02:10 mgorny Exp $
# @ECLASS: systemd.eclass
# @MAINTAINER:
@@ -25,8 +25,6 @@
# }
# @CODE
-inherit multilib
-
case ${EAPI:-0} in
0|1|2|3|4) ;;
*) die "${ECLASS}.eclass API in EAPI ${EAPI} not yet established."