diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-10 16:25:53 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-10 16:25:53 +0000 |
commit | c2e1907e3e1dfacf4f9071b2b37fba02724976e5 (patch) | |
tree | a41caaf464d734ca735494426b7d446d3a5fa02b /dev-games | |
parent | Added modular X dependencies and closing bug #121203. (diff) | |
download | gentoo-2-c2e1907e3e1dfacf4f9071b2b37fba02724976e5.tar.gz gentoo-2-c2e1907e3e1dfacf4f9071b2b37fba02724976e5.tar.bz2 gentoo-2-c2e1907e3e1dfacf4f9071b2b37fba02724976e5.zip |
Added modular X dependencies and closing bug #121355.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/vamos/ChangeLog | 7 | ||||
-rw-r--r-- | dev-games/vamos/vamos-0.5.5.ebuild | 16 |
2 files changed, 14 insertions, 9 deletions
diff --git a/dev-games/vamos/ChangeLog b/dev-games/vamos/ChangeLog index 23a30af78b47..09053479ef23 100644 --- a/dev-games/vamos/ChangeLog +++ b/dev-games/vamos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/vamos -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.3 2005/10/31 03:45:47 mr_bones_ Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.4 2006/02/10 16:25:53 wolf31o2 Exp $ + + 10 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> vamos-0.5.5.ebuild: + Added modular X dependencies and closing bug #121355. *vamos-0.5.5 (31 Oct 2005) diff --git a/dev-games/vamos/vamos-0.5.5.ebuild b/dev-games/vamos/vamos-0.5.5.ebuild index fd2947f61b90..5e72ef5f7526 100644 --- a/dev-games/vamos/vamos-0.5.5.ebuild +++ b/dev-games/vamos/vamos-0.5.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.5.5.ebuild,v 1.1 2005/10/31 03:45:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.5.5.ebuild,v 1.2 2006/02/10 16:25:53 wolf31o2 Exp $ inherit eutils @@ -13,12 +13,14 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND="media-libs/plib - =dev-libs/libsigc++-1.2* - media-libs/libpng - virtual/x11 +RDEPEND="media-libs/libpng virtual/opengl - virtual/glu" + virtual/glu + virtual/glut + =dev-libs/libsigc++-1.2*" + +DEPEND="${RDEPEND} + media-libs/plib" src_install() { make DESTDIR="${D}" install || die "make install" |