diff options
author | Joseph Jezak <josejx@gentoo.org> | 2006-02-03 04:01:27 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2006-02-03 04:01:27 +0000 |
commit | f4b0e395c320057808664f9d0dbcb1db19435466 (patch) | |
tree | 0109b030461e9b56254cb14ec43fdd4f94d51616 /sci-calculators/hexcalc/hexcalc-1.11.ebuild | |
parent | New version. Added readline support. (diff) | |
download | gentoo-2-f4b0e395c320057808664f9d0dbcb1db19435466.tar.gz gentoo-2-f4b0e395c320057808664f9d0dbcb1db19435466.tar.bz2 gentoo-2-f4b0e395c320057808664f9d0dbcb1db19435466.zip |
Added missing rman dep for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sci-calculators/hexcalc/hexcalc-1.11.ebuild')
-rw-r--r-- | sci-calculators/hexcalc/hexcalc-1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-calculators/hexcalc/hexcalc-1.11.ebuild b/sci-calculators/hexcalc/hexcalc-1.11.ebuild index 2d20715d590a..13b2d3315cce 100644 --- a/sci-calculators/hexcalc/hexcalc-1.11.ebuild +++ b/sci-calculators/hexcalc/hexcalc-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/hexcalc-1.11.ebuild,v 1.4 2006/01/19 01:07:21 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/hexcalc-1.11.ebuild,v 1.5 2006/02/03 04:01:27 josejx Exp $ DESCRIPTION="A simple hex calculator for X" HOMEPAGE="ftp://ftp.x.org/R5contrib/" @@ -12,7 +12,7 @@ IUSE="" RDEPEND="|| ( x11-libs/libXaw virtual/x11 )" DEPEND="${RDEPEND} - || ( x11-misc/imake virtual/x11 )" + || ( ( x11-misc/imake app-text/rman ) virtual/x11 )" S=${WORKDIR}/${PN} |