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 | |
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')
-rw-r--r-- | sci-calculators/hexcalc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-calculators/hexcalc/hexcalc-1.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-calculators/hexcalc/ChangeLog b/sci-calculators/hexcalc/ChangeLog index 2acedc9b4056..281bd1be28fc 100644 --- a/sci-calculators/hexcalc/ChangeLog +++ b/sci-calculators/hexcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/hexcalc # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/ChangeLog,v 1.5 2006/01/19 01:07:21 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/ChangeLog,v 1.6 2006/02/03 04:01:27 josejx Exp $ + + 03 Feb 2006; Joseph Jezak <josejx@gentoo.org> hexcalc-1.11.ebuild: + Added missing rman dep for modular X. 19 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>; hexcalc-1.11.ebuild: Add modular X deps. 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} |