diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-16 19:13:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-16 19:13:50 +0000 |
commit | c5c9f0dc6f21449a03c0e9427b158597d2c04c14 (patch) | |
tree | 50e5a90ec3b7145962367e0703e138e9096331e8 /games-simulation | |
parent | add ~alpha (diff) | |
download | historical-c5c9f0dc6f21449a03c0e9427b158597d2c04c14.tar.gz historical-c5c9f0dc6f21449a03c0e9427b158597d2c04c14.tar.bz2 historical-c5c9f0dc6f21449a03c0e9427b158597d2c04c14.zip |
add missing DEPEND
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/stoned/stoned-1.0.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-simulation/stoned/stoned-1.0.4.ebuild b/games-simulation/stoned/stoned-1.0.4.ebuild index 0fddf232770f..85576ee796ee 100644 --- a/games-simulation/stoned/stoned-1.0.4.ebuild +++ b/games-simulation/stoned/stoned-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned/stoned-1.0.4.ebuild,v 1.1 2003/09/11 12:22:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned/stoned-1.0.4.ebuild,v 1.2 2003/09/16 19:13:50 vapier Exp $ inherit games @@ -13,6 +13,7 @@ SLOT="0" KEYWORDS="-* x86" RDEPEND="virtual/opengl + virtual/glut media-libs/sdl-net" src_install() { |