diff options
-rw-r--r-- | eclass/systemd.eclass | 4 |
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." |