diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-06-12 13:02:29 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-06-12 13:02:29 +0000 |
commit | c341c84907f8e0ca1146d420a6afdc3a7f058346 (patch) | |
tree | a4076b56f66e715a3f9ef3c70cbd665f8533f461 | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-c341c84907f8e0ca1146d420a6afdc3a7f058346.tar.gz gentoo-2-c341c84907f8e0ca1146d420a6afdc3a7f058346.tar.bz2 gentoo-2-c341c84907f8e0ca1146d420a6afdc3a7f058346.zip |
inherit eutils
(Portage version: 2.1.2.9)
-rw-r--r-- | games-board/ascal/ascal-0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/ascal/ascal-0.1.1.ebuild b/games-board/ascal/ascal-0.1.1.ebuild index 7f9be166a0c9..238dd8a71759 100644 --- a/games-board/ascal/ascal-0.1.1.ebuild +++ b/games-board/ascal/ascal-0.1.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/ascal/ascal-0.1.1.ebuild,v 1.1 2007/05/13 11:36:53 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/ascal/ascal-0.1.1.ebuild,v 1.2 2007/06/12 13:02:29 nyhm Exp $ -inherit games +inherit eutils games DESCRIPTION="A game similar to Draughts but with some really cool enhancements" HOMEPAGE="http://ascal.sourceforge.net" |