diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-12-06 14:55:53 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-12-06 14:55:53 +0000 |
commit | 41e5a10d30a0e646aeb0b9b4de3f46bcf35f2120 (patch) | |
tree | b9416ef23af900452bbc7239058067bbc48c3c45 /games-puzzle/lpairs | |
parent | inherit toolchain-funcs (diff) | |
download | gentoo-2-41e5a10d30a0e646aeb0b9b4de3f46bcf35f2120.tar.gz gentoo-2-41e5a10d30a0e646aeb0b9b4de3f46bcf35f2120.tar.bz2 gentoo-2-41e5a10d30a0e646aeb0b9b4de3f46bcf35f2120.zip |
inherit eutils
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'games-puzzle/lpairs')
-rw-r--r-- | games-puzzle/lpairs/lpairs-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/lpairs/lpairs-1.0.4.ebuild b/games-puzzle/lpairs/lpairs-1.0.4.ebuild index 31f916136930..628d99744d28 100644 --- a/games-puzzle/lpairs/lpairs-1.0.4.ebuild +++ b/games-puzzle/lpairs/lpairs-1.0.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lpairs/lpairs-1.0.4.ebuild,v 1.1 2008/09/07 23:10:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lpairs/lpairs-1.0.4.ebuild,v 1.2 2008/12/06 14:55:53 nyhm Exp $ -inherit games +inherit eutils games DESCRIPTION="A classical memory game" HOMEPAGE="http://lgames.sourceforge.net/index.php?project=LPairs" |