diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-29 21:31:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-29 21:31:07 +0000 |
commit | e89c2c9a82c578b9aca258f06fc8d087fa5a93dd (patch) | |
tree | b9d80e9d2cb63b7bc63fb413f142b4be8f78dc75 /games-board/gtkboard | |
parent | Fix #131005. (diff) | |
download | gentoo-2-e89c2c9a82c578b9aca258f06fc8d087fa5a93dd.tar.gz gentoo-2-e89c2c9a82c578b9aca258f06fc8d087fa5a93dd.tar.bz2 gentoo-2-e89c2c9a82c578b9aca258f06fc8d087fa5a93dd.zip |
need eutils for epatch
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'games-board/gtkboard')
-rw-r--r-- | games-board/gtkboard/gtkboard-0.11_pre0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/gtkboard/gtkboard-0.11_pre0.ebuild b/games-board/gtkboard/gtkboard-0.11_pre0.ebuild index 98dda1bd7a1c..ae7069587287 100644 --- a/games-board/gtkboard/gtkboard-0.11_pre0.ebuild +++ b/games-board/gtkboard/gtkboard-0.11_pre0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.10 2006/04/29 20:37:22 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.11 2006/04/29 21:31:07 mr_bones_ Exp $ -inherit games +inherit eutils games MY_P=${P/_} DESCRIPTION="Board games system" |