summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-10-10 20:02:29 +0000
committerUlrich Müller <ulm@gentoo.org>2010-10-10 20:02:29 +0000
commita5d00b9439790493d632345a95e9f16c2b45f888 (patch)
treec0582ec425f28ba71280240aaba9ad705daf4860 /x11-terms/rxvt/rxvt-2.7.10-r4.ebuild
parentFix openmotif dependency. (diff)
downloadhistorical-a5d00b9439790493d632345a95e9f16c2b45f888.tar.gz
historical-a5d00b9439790493d632345a95e9f16c2b45f888.tar.bz2
historical-a5d00b9439790493d632345a95e9f16c2b45f888.zip
Fix openmotif dependency. Change EAPI to 1.
Package-Manager: portage-2.1.9.14/cvs/Linux x86_64
Diffstat (limited to 'x11-terms/rxvt/rxvt-2.7.10-r4.ebuild')
-rw-r--r--x11-terms/rxvt/rxvt-2.7.10-r4.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-terms/rxvt/rxvt-2.7.10-r4.ebuild b/x11-terms/rxvt/rxvt-2.7.10-r4.ebuild
index b53c0f5031d8..73ea360e7d52 100644
--- a/x11-terms/rxvt/rxvt-2.7.10-r4.ebuild
+++ b/x11-terms/rxvt/rxvt-2.7.10-r4.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.10-r4.ebuild,v 1.7 2009/09/23 15:02:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.10-r4.ebuild,v 1.8 2010/10/10 20:02:29 ulm Exp $
+
+EAPI=1
inherit eutils flag-o-matic libtool
@@ -18,7 +20,7 @@ IUSE="motif cjk xgetdefault linuxkeys"
RDEPEND="x11-libs/libX11
x11-libs/libXpm
x11-libs/libXext
- motif? ( x11-libs/openmotif )"
+ motif? ( >=x11-libs/openmotif-2.3:0 )"
DEPEND="${RDEPEND}
x11-proto/xproto"