diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 07:29:44 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 07:29:44 +0000 |
commit | bd0ddb4877037be224656c85e9a73ee0207fc25f (patch) | |
tree | f89ddf4cabe62e17617412f2e1bd52164b6131f0 /sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-bd0ddb4877037be224656c85e9a73ee0207fc25f.tar.gz gentoo-2-bd0ddb4877037be224656c85e9a73ee0207fc25f.tar.bz2 gentoo-2-bd0ddb4877037be224656c85e9a73ee0207fc25f.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild')
-rw-r--r-- | sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild b/sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild index a0069a2dcb04..06e3581b9a03 100644 --- a/sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild +++ b/sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild,v 1.1 2006/07/25 18:07:34 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild,v 1.2 2007/07/22 07:29:44 dberkholz Exp $ inherit eutils @@ -12,9 +12,10 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -RDEPEND="|| ( x11-libs/libXaw virtual/x11 )" +RDEPEND="x11-libs/libXaw" DEPEND="${RDEPEND} - || ( ( x11-misc/imake app-text/rman ) virtual/x11 )" + x11-misc/imake + app-text/rman" S=${WORKDIR}/${PN} |