diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-13 06:46:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-13 06:46:52 +0000 |
commit | 742c2e5666dd3eda855d6009bd7787afd98b52a7 (patch) | |
tree | fab73e4f57453a3e4cf157632f6574718296c0e4 /games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-742c2e5666dd3eda855d6009bd7787afd98b52a7.tar.gz gentoo-2-742c2e5666dd3eda855d6009bd7787afd98b52a7.tar.bz2 gentoo-2-742c2e5666dd3eda855d6009bd7787afd98b52a7.zip |
tidy
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild')
-rw-r--r-- | games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild b/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild index 17ba1602d923..760eb17309d6 100644 --- a/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild +++ b/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild,v 1.1 2009/08/18 09:52:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild,v 1.2 2009/10/13 06:46:52 mr_bones_ Exp $ -EAPI="2" - -inherit games eutils toolchain-funcs +EAPI=2 +inherit eutils toolchain-funcs games if [[ ${PV} == "99999999" ]] ; then ESVN_REPO_URI="svn://svn.tartarus.org/sgt/puzzles/trunk" inherit subversion |