From 4a457b7ab16bfac9ae49266195a0b9651ab3f2bf Mon Sep 17 00:00:00 2001 From: steffen123 Date: Tue, 17 Aug 2010 20:59:51 +0200 Subject: [PATCH] ebuild: move EAPI declaration to beginning as required by repoman --- packaging/gentoo/current_stable.ebuild | 2 +- packaging/gentoo/current_testing.ebuild | 2 +- packaging/gentoo/fpdb-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/gentoo/current_stable.ebuild b/packaging/gentoo/current_stable.ebuild index 6b7d7b90..69d5c7b0 100644 --- a/packaging/gentoo/current_stable.ebuild +++ b/packaging/gentoo/current_stable.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # created by Steffen Schaumburg, steffen@schaumburger.info +EAPI="2" inherit eutils inherit games -EAPI="2" NEED_PYTHON=2.5 DESCRIPTION="A free/open source tracker/HUD for use with online poker" diff --git a/packaging/gentoo/current_testing.ebuild b/packaging/gentoo/current_testing.ebuild index 8b09ea9c..f4338fce 100644 --- a/packaging/gentoo/current_testing.ebuild +++ b/packaging/gentoo/current_testing.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # created by Steffen Schaumburg, steffen@schaumburger.info +EAPI="2" inherit eutils inherit games -EAPI="2" NEED_PYTHON=2.5 DESCRIPTION="A free/open source tracker/HUD for use with online poker" diff --git a/packaging/gentoo/fpdb-9999.ebuild b/packaging/gentoo/fpdb-9999.ebuild index 19d3bd28..065e0b4c 100644 --- a/packaging/gentoo/fpdb-9999.ebuild +++ b/packaging/gentoo/fpdb-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # created by Steffen Schaumburg, steffen@schaumburger.info +EAPI="2" inherit eutils inherit games inherit git -EAPI="2" NEED_PYTHON=2.5 DESCRIPTION="A free/open source tracker/HUD for use with online poker"