diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-06-09 21:45:46 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-06-09 21:45:46 +0000 |
commit | 011809650102f7ed7d41ebec5dc7cf2f9896ec15 (patch) | |
tree | 6d0f277a7398f2022fd637674123bba670430f72 /games-emulation/vbam/vbam-1.8.0.1009-r1.ebuild | |
parent | virtualx.eclass should depend on xorg-server[xvfb] instead of -minimal, bug 3... (diff) | |
download | gentoo-2-011809650102f7ed7d41ebec5dc7cf2f9896ec15.tar.gz gentoo-2-011809650102f7ed7d41ebec5dc7cf2f9896ec15.tar.bz2 gentoo-2-011809650102f7ed7d41ebec5dc7cf2f9896ec15.zip |
Explicitly inherit the eutils eclass.
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation/vbam/vbam-1.8.0.1009-r1.ebuild')
-rw-r--r-- | games-emulation/vbam/vbam-1.8.0.1009-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/vbam/vbam-1.8.0.1009-r1.ebuild b/games-emulation/vbam/vbam-1.8.0.1009-r1.ebuild index 3ab855efdbd0..e22968cf5fc2 100644 --- a/games-emulation/vbam/vbam-1.8.0.1009-r1.ebuild +++ b/games-emulation/vbam/vbam-1.8.0.1009-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1009-r1.ebuild,v 1.1 2011/06/09 21:35:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1009-r1.ebuild,v 1.2 2011/06/09 21:45:46 radhermit Exp $ EAPI=2 -inherit confutils cmake-utils games +inherit confutils cmake-utils games eutils DESCRIPTION="Game Boy, GBC, and GBA emulator forked from VisualBoyAdvance" HOMEPAGE="http://vba-m.ngemu.com" |