diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 17:48:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 17:48:33 +0000 |
commit | e1c082dbc8a411e1db7f6d2daef99e915749300a (patch) | |
tree | d5874335a9c686242bacb1cc39f48b6d1fc0dbf4 /app-i18n/zhcon/zhcon-0.2.6-r2.ebuild | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | gentoo-2-e1c082dbc8a411e1db7f6d2daef99e915749300a.tar.gz gentoo-2-e1c082dbc8a411e1db7f6d2daef99e915749300a.tar.bz2 gentoo-2-e1c082dbc8a411e1db7f6d2daef99e915749300a.zip |
Move EAPI assignment to top of ebuild, bug 411875.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/zhcon/zhcon-0.2.6-r2.ebuild')
-rw-r--r-- | app-i18n/zhcon/zhcon-0.2.6-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/zhcon/zhcon-0.2.6-r2.ebuild b/app-i18n/zhcon/zhcon-0.2.6-r2.ebuild index 98d543e51a9d..50bc5993a51c 100644 --- a/app-i18n/zhcon/zhcon-0.2.6-r2.ebuild +++ b/app-i18n/zhcon/zhcon-0.2.6-r2.ebuild @@ -1,9 +1,9 @@ -# 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/app-i18n/zhcon/zhcon-0.2.6-r2.ebuild,v 1.1 2011/01/25 14:25:17 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/zhcon/zhcon-0.2.6-r2.ebuild,v 1.2 2012/04/13 17:48:33 ulm Exp $ -WANT_AUTOMAKE="1.9" EAPI="3" +WANT_AUTOMAKE="1.9" inherit autotools eutils |