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 | 9ea4988df4cc49428a998e47cfa353567d29f2fa (patch) | |
tree | 31d9aca361d068bb20dfd9f7c36edcb7403fb8b0 /app-emulation/x48 | |
parent | Stable on ppc64; bug #120397 (diff) | |
download | historical-9ea4988df4cc49428a998e47cfa353567d29f2fa.tar.gz historical-9ea4988df4cc49428a998e47cfa353567d29f2fa.tar.bz2 historical-9ea4988df4cc49428a998e47cfa353567d29f2fa.zip |
#120456
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'app-emulation/x48')
-rw-r--r-- | app-emulation/x48/Manifest | 3 | ||||
-rw-r--r-- | app-emulation/x48/x48-0.4.3.ebuild | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-emulation/x48/Manifest b/app-emulation/x48/Manifest index c88ef12c265e..5586975447b9 100644 --- a/app-emulation/x48/Manifest +++ b/app-emulation/x48/Manifest @@ -1,4 +1,5 @@ -MD5 c2672bbdd9fdb8fe1403659b9b20e5ca x48-0.4.3.ebuild 1247 +MD5 09d31dc231df4f64bd87f3551bf6e19b .x48-0.4.3.ebuild.swp 4096 +MD5 3cc8256f3a57f4acd0e30961abd2e93d x48-0.4.3.ebuild 1285 MD5 e52ae6e67bc2c8d60bbd39fce34bbc7d ChangeLog 336 MD5 8fc22f08ecb2e292e60ce7553c58d0c2 metadata.xml 222 MD5 a829031735c371ae3740c87f9d1a40be files/digest-x48-0.4.3 61 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" |