diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-28 09:26:27 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-28 09:26:27 +0100 |
| commit | 0fe84801e04022b1c92de363ec907fa6dd63bfd2 (patch) | |
| tree | a31e573794a5721eb687fec35d7abf55865cc975 /packaging/gentoo/tuxanci-9999.ebuild | |
| parent | 69579bf2c6eb3d99c1fbed4d06acb4fbd9060c6e (diff) | |
Fix ebuild inherit order.
Diffstat (limited to 'packaging/gentoo/tuxanci-9999.ebuild')
| -rw-r--r-- | packaging/gentoo/tuxanci-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 8ac8d51..2c87a38 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -5,7 +5,7 @@ EAPI="2" EGIT_REPO_URI="git://repo.or.cz/tuxanci.git" -inherit cmake-utils games git +inherit games cmake-utils git DESCRIPTION="Tuxanci is first tux shooter inspired by game Bulanci." HOMEPAGE="http://www.tuxanci.org/" |