diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 21:09:08 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 22:49:06 -0400 |
commit | 0b992c039cfa90264eaa5085ec467f6761db5dc7 (patch) | |
tree | d8e6ffafc24785d6be9be5e70f864063de980628 /games-puzzle | |
parent | games-kids/tuxtype: set RDEPEND (diff) | |
download | gentoo-0b992c039cfa90264eaa5085ec467f6761db5dc7.tar.gz gentoo-0b992c039cfa90264eaa5085ec467f6761db5dc7.tar.bz2 gentoo-0b992c039cfa90264eaa5085ec467f6761db5dc7.zip |
games-puzzle/xwelltris: set RDEPEND
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/xwelltris/xwelltris-1.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild b/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild index b00b12951d05..9f3bb3427b8b 100644 --- a/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild +++ b/games-puzzle/xwelltris/xwelltris-1.0.1.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$ @@ -16,6 +16,7 @@ IUSE="" DEPEND="media-libs/libsdl[video] media-libs/sdl-image[gif]" +RDEPEND=${DEPEND} src_prepare() { sed -i \ |