diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-03-05 08:20:52 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-03-05 08:20:52 +0000 |
commit | d9ed7b46152e40fe08a31e20759303dbc4bc3ada (patch) | |
tree | 7b75657730b154374fc7164b6fa6292a4c4e7160 /eclass/apache-2.eclass | |
parent | Setting EAPI explicitly, #405911 (diff) | |
download | historical-d9ed7b46152e40fe08a31e20759303dbc4bc3ada.tar.gz historical-d9ed7b46152e40fe08a31e20759303dbc4bc3ada.tar.bz2 historical-d9ed7b46152e40fe08a31e20759303dbc4bc3ada.zip |
Don't set eapi in eclass, #405911
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r-- | eclass/apache-2.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 70843c1202ed..74110bacc03b 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -1,8 +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/apache-2.eclass,v 1.26 2011/12/27 17:55:12 fauli Exp $ - -EAPI="2" +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.27 2012/03/05 08:20:52 patrick Exp $ # @ECLASS: apache-2.eclass # @MAINTAINER: |