diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-06 21:47:32 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-06 21:47:32 +0000 |
commit | 6ec1f730806ad75b161bc1e23f83c06102aa4f84 (patch) | |
tree | 7c2a7ce24eccdbc1705cead3c07f1999ce928951 /games-misc/rfksay/rfksay-0.1.ebuild | |
parent | EAPI 5 (diff) | |
download | gentoo-2-6ec1f730806ad75b161bc1e23f83c06102aa4f84.tar.gz gentoo-2-6ec1f730806ad75b161bc1e23f83c06102aa4f84.tar.bz2 gentoo-2-6ec1f730806ad75b161bc1e23f83c06102aa4f84.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-misc/rfksay/rfksay-0.1.ebuild')
-rw-r--r-- | games-misc/rfksay/rfksay-0.1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-misc/rfksay/rfksay-0.1.ebuild b/games-misc/rfksay/rfksay-0.1.ebuild index cb2767299f4c..a9ebabfb40cc 100644 --- a/games-misc/rfksay/rfksay-0.1.ebuild +++ b/games-misc/rfksay/rfksay-0.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/rfksay/rfksay-0.1.ebuild,v 1.10 2013/11/14 22:01:59 mr_bones_ Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-misc/rfksay/rfksay-0.1.ebuild,v 1.11 2015/02/06 21:47:32 tupone Exp $ +EAPI=5 inherit games DESCRIPTION="Like cowsay, but different because it involves robots and kittens" @@ -15,10 +15,11 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="" DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" S=${WORKDIR} src_install() { - dogamesbin kittensay rfksay robotsay || die + dogamesbin kittensay rfksay robotsay prepgamesdirs } |