Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/xtux/
Date: Fri, 06 May 2016 02:50:36
Message-Id: 1462502946.339a5b300309b1a795a729765fb436cbe3d9f914.mr_bones_@gentoo
1 commit: 339a5b300309b1a795a729765fb436cbe3d9f914
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 01:28:12 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 02:49:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339a5b30
7
8 games-arcade/xtux: set RDEPEND
9
10 Package-Manager: portage-2.2.26
11
12 games-arcade/xtux/xtux-20030306.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/games-arcade/xtux/xtux-20030306.ebuild b/games-arcade/xtux/xtux-20030306.ebuild
16 index 2a474c3..de1f918 100644
17 --- a/games-arcade/xtux/xtux-20030306.ebuild
18 +++ b/games-arcade/xtux/xtux-20030306.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -15,7 +15,8 @@ KEYWORDS="amd64 ~ppc x86"
26 IUSE=""
27
28 DEPEND="x11-libs/libXpm"
29 -RDPENED="${DEPEND}"
30 +RDEPEND=${DEPEND}
31 +
32 S=${WORKDIR}/${PN}
33
34 src_prepare() {