diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 21:30:35 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 22:49:06 -0400 |
commit | 971641c0c65017a1a4cc62b1ccbea547bb6b758f (patch) | |
tree | 415c11b644f659b7ce029c0bfc61a365d15e3fc2 /games-board/cockatrice | |
parent | games-arcade/xtux: set RDEPEND (diff) | |
download | gentoo-971641c0c65017a1a4cc62b1ccbea547bb6b758f.tar.gz gentoo-971641c0c65017a1a4cc62b1ccbea547bb6b758f.tar.bz2 gentoo-971641c0c65017a1a4cc62b1ccbea547bb6b758f.zip |
games-board/cockatrice: set RDEPEND
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-board/cockatrice')
-rw-r--r-- | games-board/cockatrice/cockatrice-20120702.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-board/cockatrice/cockatrice-20120702.ebuild b/games-board/cockatrice/cockatrice-20120702.ebuild index 8664e2cabdbc..931419a6d27d 100644 --- a/games-board/cockatrice/cockatrice-20120702.ebuild +++ b/games-board/cockatrice/cockatrice-20120702.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$ @@ -24,6 +24,7 @@ DEPEND=" dev-qt/qtsvg:4 dev-qt/qtgui:4 )" +RDEPEND=${DEPEND} S=${WORKDIR}/${PN}_${PV} |