diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 21:28:12 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 22:49:06 -0400 |
commit | 339a5b300309b1a795a729765fb436cbe3d9f914 (patch) | |
tree | 45348ba71c1628d29ae6003229ab987ddeb83c36 /games-arcade/xtux | |
parent | games-arcade/cdogs-sdl: set RDEPEND (diff) | |
download | gentoo-339a5b300309b1a795a729765fb436cbe3d9f914.tar.gz gentoo-339a5b300309b1a795a729765fb436cbe3d9f914.tar.bz2 gentoo-339a5b300309b1a795a729765fb436cbe3d9f914.zip |
games-arcade/xtux: set RDEPEND
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-arcade/xtux')
-rw-r--r-- | games-arcade/xtux/xtux-20030306.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-arcade/xtux/xtux-20030306.ebuild b/games-arcade/xtux/xtux-20030306.ebuild index 2a474c3bb985..de1f918369cf 100644 --- a/games-arcade/xtux/xtux-20030306.ebuild +++ b/games-arcade/xtux/xtux-20030306.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$ @@ -15,7 +15,8 @@ KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="x11-libs/libXpm" -RDPENED="${DEPEND}" +RDEPEND=${DEPEND} + S=${WORKDIR}/${PN} src_prepare() { |