summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2008-10-14 01:39:40 +0000
committerJeremy Olexa <darkside@gentoo.org>2008-10-14 01:39:40 +0000
commitec623270fd2f70023fe1bf1b0d04bbed1d7e47e1 (patch)
tree6d9acc9bd68a994a199381a4622f0fdbcf95285f /x11-misc
parent(non maintainer commit) add missing dep on pkgconfig for net-im/librvp, bug #... (diff)
downloadgentoo-2-ec623270fd2f70023fe1bf1b0d04bbed1d7e47e1.tar.gz
gentoo-2-ec623270fd2f70023fe1bf1b0d04bbed1d7e47e1.tar.bz2
gentoo-2-ec623270fd2f70023fe1bf1b0d04bbed1d7e47e1.zip
(non maintainer commit) pull imake out of RDEPEND, bug #221437
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xse/ChangeLog5
-rw-r--r--x11-misc/xse/xse-2.1.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-misc/xse/ChangeLog b/x11-misc/xse/ChangeLog
index 374069d03a58..44bb8997bbff 100644
--- a/x11-misc/xse/ChangeLog
+++ b/x11-misc/xse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xse
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.15 2008/06/17 03:19:26 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.16 2008/10/14 01:39:40 darkside Exp $
+
+ 14 Oct 2008; Jeremy Olexa <darkside@gentoo.org> xse-2.1.ebuild:
+ (non maintainer commit) pull imake out of RDEPEND, bug #221437
17 Jun 2008; Jeremy Olexa <darkside@gentoo.org> xse-2.1.ebuild:
Add missing dep. Thanks Patrick, bug #227659
diff --git a/x11-misc/xse/xse-2.1.ebuild b/x11-misc/xse/xse-2.1.ebuild
index 2cab9c97e385..c9f3061f7932 100644
--- a/x11-misc/xse/xse-2.1.ebuild
+++ b/x11-misc/xse/xse-2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.10 2008/06/17 03:19:26 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.11 2008/10/14 01:39:40 darkside Exp $
inherit eutils
@@ -11,12 +11,14 @@ LICENSE="X11"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND="x11-misc/imake
- x11-libs/libXt
+
+RDEPEND="x11-libs/libXt
x11-misc/gccmakedep
app-text/rman
x11-libs/libXaw
x11-libs/libXp"
+DEPEND="${RDEPEND}
+ x11-misc/imake"
src_compile() {
xmkmf -a &> /dev/null || die