diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-02-01 00:03:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-02-01 00:03:19 +0000 |
commit | 08ec2c0a157b5123a837e4c904737b40e9ea8656 (patch) | |
tree | e156d438bb4a81ad532c0bc24e201f9a6a8c1841 /games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild | |
parent | Stable for ppc, wrt bug #454014 (diff) | |
download | historical-08ec2c0a157b5123a837e4c904737b40e9ea8656.tar.gz historical-08ec2c0a157b5123a837e4c904737b40e9ea8656.tar.bz2 historical-08ec2c0a157b5123a837e4c904737b40e9ea8656.zip |
drop unused autotools
Package-Manager: portage-2.1.11.31/cvs/Linux x86_64
Diffstat (limited to 'games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild')
-rw-r--r-- | games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild b/games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild index ab8e66e20477..bdeb5ee0f78b 100644 --- a/games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild +++ b/games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild,v 1.2 2013/01/25 22:40:46 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild,v 1.3 2013/02/01 00:03:14 mr_bones_ Exp $ EAPI=5 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) -inherit autotools eutils gnome2-utils python-any-r1 games +inherit eutils gnome2-utils python-any-r1 games DESCRIPTION="A modification of the classical Freedroid engine into an RPG" HOMEPAGE="http://freedroid.sourceforge.net/" |