diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 21:10:22 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 22:49:06 -0400 |
commit | cc816f16cf3a99e2307fd10acd7c8b5f54eb694e (patch) | |
tree | ccc7ad9d9ae1be378ac9b0f4823eded913e4fc34 /games-action | |
parent | games-puzzle/xwelltris: set RDEPEND (diff) | |
download | gentoo-cc816f16cf3a99e2307fd10acd7c8b5f54eb694e.tar.gz gentoo-cc816f16cf3a99e2307fd10acd7c8b5f54eb694e.tar.bz2 gentoo-cc816f16cf3a99e2307fd10acd7c8b5f54eb694e.zip |
games-action/openastromenace: set RDEPEND
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/openastromenace/openastromenace-1.3.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-action/openastromenace/openastromenace-1.3.2.ebuild b/games-action/openastromenace/openastromenace-1.3.2.ebuild index 8d9ced2b16d3..3d1a663661fe 100644 --- a/games-action/openastromenace/openastromenace-1.3.2.ebuild +++ b/games-action/openastromenace/openastromenace-1.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,6 +23,7 @@ DEPEND="virtual/opengl media-libs/libogg media-libs/libvorbis x11-libs/libXinerama" +RDEPEND=${DEPEND} S=${WORKDIR}/AstroMenace |