diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2006-01-26 22:00:18 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2006-01-26 22:00:18 +0000 |
commit | 7f1454eb0cc9dfc9855e9a97be136a27ea5e956d (patch) | |
tree | 2f6b9b33d802cf60b753ceb1686bdeaf110e321a /app-emulation | |
parent | Stable on ppc64; bug #120397 (diff) | |
download | gentoo-2-7f1454eb0cc9dfc9855e9a97be136a27ea5e956d.tar.gz gentoo-2-7f1454eb0cc9dfc9855e9a97be136a27ea5e956d.tar.bz2 gentoo-2-7f1454eb0cc9dfc9855e9a97be136a27ea5e956d.zip |
#120456
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/x48/x48-0.4.3.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-emulation/x48/x48-0.4.3.ebuild b/app-emulation/x48/x48-0.4.3.ebuild index 1b150ef96a0a..4a58458b55be 100644 --- a/app-emulation/x48/x48-0.4.3.ebuild +++ b/app-emulation/x48/x48-0.4.3.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/app-emulation/x48/x48-0.4.3.ebuild,v 1.1 2006/01/26 20:18:30 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/x48-0.4.3.ebuild,v 1.2 2006/01/26 22:00:18 taviso Exp $ inherit eutils @@ -13,9 +13,11 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -RDEPEND="|| ( ( x11-proto/xextproto ) virtual/x11 )" +RDEPEND="|| ( ( x11-proto/xextproto app-text/rman ) virtual/x11 )" DEPEND="${RDEPEND} - || ( ( x11-libs/libXext x11-libs/libX11 x11-misc/imake ) virtual/x11 ) + || ( ( x11-libs/libXext x11-libs/libX11 x11-misc/imake app-text/rman ) + virtual/x11 + ) sys-libs/readline sys-libs/ncurses sys-libs/gpm" |