diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-27 09:40:25 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-27 09:40:25 +0000 |
commit | f0b06475e8cc22b03082b4abad4f61892f05ed47 (patch) | |
tree | 4f9cd48c6b5dbc38f2855c1e65eb66328442b555 | |
parent | Version bump. (diff) | |
download | gentoo-2-f0b06475e8cc22b03082b4abad4f61892f05ed47.tar.gz gentoo-2-f0b06475e8cc22b03082b4abad4f61892f05ed47.tar.bz2 gentoo-2-f0b06475e8cc22b03082b4abad4f61892f05ed47.zip |
Die rather than introduce invalid depend atom.
-rw-r--r-- | eclass/xorg-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 44001195596b..2c201945e1aa 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -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/eclass/xorg-2.eclass,v 1.12 2010/08/24 08:59:56 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.13 2010/09/27 09:40:25 scarabeus Exp $ # # @ECLASS: xorg-2.eclass # @MAINTAINER: @@ -44,7 +44,7 @@ inherit eutils base libtool multilib toolchain-funcs flag-o-matic autotools \ EXPORTED_FUNCTIONS="src_unpack src_compile src_install pkg_postinst pkg_postrm" case "${EAPI:-0}" in 3) EXPORTED_FUNCTIONS="${EXPORTED_FUNCTIONS} src_prepare src_configure" ;; - *) DEPEND="EAPI-UNSUPPORTED" ;; + *) die "EAPI-UNSUPPORTED" ;; esac # exports must be ALWAYS after inherit |