summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-04-13 18:01:26 +0000
committerUlrich Müller <ulm@gentoo.org>2012-04-13 18:01:26 +0000
commit4bb784fdebec171bbf48118683fcef069fcd5429 (patch)
tree03f1ce028476895a70815dd0b3d7774845a96cd6 /dev-db
parentMove EAPI assignment to top of ebuild, bug 411875. (diff)
downloadgentoo-2-4bb784fdebec171bbf48118683fcef069fcd5429.tar.gz
gentoo-2-4bb784fdebec171bbf48118683fcef069fcd5429.tar.bz2
gentoo-2-4bb784fdebec171bbf48118683fcef069fcd5429.zip
Move EAPI assignment to top of ebuild, bug 411875.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mysql-super-smack/ChangeLog7
-rw-r--r--dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-db/mysql-super-smack/ChangeLog b/dev-db/mysql-super-smack/ChangeLog
index 4b4e041e2227..ea57ff6efc01 100644
--- a/dev-db/mysql-super-smack/ChangeLog
+++ b/dev-db/mysql-super-smack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/mysql-super-smack
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/ChangeLog,v 1.17 2011/12/26 12:22:47 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/ChangeLog,v 1.18 2012/04/13 18:01:26 ulm Exp $
+
+ 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> mysql-super-smack-1.3-r2.ebuild:
+ Move EAPI assignment to top of ebuild, bug 411875.
26 Dec 2011; Markus Meier <maekke@gentoo.org>
mysql-super-smack-1.3-r2.ebuild:
diff --git a/dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild b/dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild
index fa72431e13c5..7a7978a90a6d 100644
--- a/dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild
+++ b/dev-db/mysql-super-smack/mysql-super-smack-1.3-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/dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild,v 1.4 2011/12/26 12:22:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild,v 1.5 2012/04/13 18:01:26 ulm Exp $
-WANT_AUTOMAKE="1.4"
EAPI=2
+WANT_AUTOMAKE="1.4"
inherit eutils autotools