diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-06-10 16:07:25 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-06-10 16:07:25 +0000 |
commit | 9ed6064ec6c451ef6c26cf9efeee386b64e03f43 (patch) | |
tree | 7ef6e2409b2caad51c09b49c69a8b87a626e8121 /games-puzzle | |
parent | Stable on ppc64; bug #154418 (diff) | |
download | gentoo-2-9ed6064ec6c451ef6c26cf9efeee386b64e03f43.tar.gz gentoo-2-9ed6064ec6c451ef6c26cf9efeee386b64e03f43.tar.bz2 gentoo-2-9ed6064ec6c451ef6c26cf9efeee386b64e03f43.zip |
Add missing sys-libs/gpm dep
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/ngstar/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-puzzle/ngstar/ChangeLog b/games-puzzle/ngstar/ChangeLog index a1221bc3950b..3f36cbb5521e 100644 --- a/games-puzzle/ngstar/ChangeLog +++ b/games-puzzle/ngstar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/ngstar -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ngstar/ChangeLog,v 1.5 2006/06/29 16:03:10 wolf31o2 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ngstar/ChangeLog,v 1.6 2007/06/10 16:07:25 nyhm Exp $ + + 10 Jun 2007; Tristan Heaven <nyhm@gentoo.org> ngstar-2.1.8-r2.ebuild: + Add missing sys-libs/gpm dep 29 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> ngstar-2.1.8-r2.ebuild: diff --git a/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild b/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild index c398a2fd1288..b8c36f1982d0 100644 --- a/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild +++ b/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild,v 1.2 2006/06/29 16:03:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild,v 1.3 2007/06/10 16:07:25 nyhm Exp $ inherit eutils games @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="sys-libs/ncurses" +DEPEND="sys-libs/ncurses + sys-libs/gpm" src_unpack() { unpack ${A} @@ -35,7 +36,7 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS Changelog README TODO prepgamesdirs } |