diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-06 22:03:35 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-06 22:03:35 +0000 |
commit | 250e70ad65a1b9e144eed7f836ec4d376b309a5d (patch) | |
tree | 30a2c0e1e87f12e6303d3cee8548c3d1a81c8c11 /games-misc/rfksay/rfksay-0.1.ebuild | |
parent | add patch from Martin Väth to build with newer toolchaing (bug #537336) (diff) | |
download | historical-250e70ad65a1b9e144eed7f836ec4d376b309a5d.tar.gz historical-250e70ad65a1b9e144eed7f836ec4d376b309a5d.tar.bz2 historical-250e70ad65a1b9e144eed7f836ec4d376b309a5d.zip |
EAPI 5
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0x0145142D
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 } |