diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2006-05-04 16:51:58 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2006-05-04 16:51:58 +0000 |
commit | 0c9bebffbbdfa9e7626815000246064573e0d10d (patch) | |
tree | 74b149f0e4822445919079277fb32bd76f114ce0 /app-emulation | |
parent | (#132260) Block on virtual/xft slipped back in with the security bump. Get ri... (diff) | |
download | historical-0c9bebffbbdfa9e7626815000246064573e0d10d.tar.gz historical-0c9bebffbbdfa9e7626815000246064573e0d10d.tar.bz2 historical-0c9bebffbbdfa9e7626815000246064573e0d10d.zip |
correct modular x deps
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/x48/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/x48/x48-0.4.3-r1.ebuild | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/app-emulation/x48/Manifest b/app-emulation/x48/Manifest index 32b00c19de1d..9801111f1567 100644 --- a/app-emulation/x48/Manifest +++ b/app-emulation/x48/Manifest @@ -1,4 +1,4 @@ -MD5 71c436e499d95210eb38317ecbcc3cd1 x48-0.4.3-r1.ebuild 1923 +MD5 ca973089e18b5440d5d2e07518661ead x48-0.4.3-r1.ebuild 1906 MD5 538e23555b4068beb057cba3abbeeaae x48-0.4.3.ebuild 1283 MD5 d37597032af9b51c5bdd17e583c96015 ChangeLog 489 MD5 8fc22f08ecb2e292e60ce7553c58d0c2 metadata.xml 222 diff --git a/app-emulation/x48/x48-0.4.3-r1.ebuild b/app-emulation/x48/x48-0.4.3-r1.ebuild index 7684683b483d..12b1a503fb0e 100644 --- a/app-emulation/x48/x48-0.4.3-r1.ebuild +++ b/app-emulation/x48/x48-0.4.3-r1.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-r1.ebuild,v 1.3 2006/05/04 13:30:04 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/x48-0.4.3-r1.ebuild,v 1.4 2006/05/04 16:51:58 taviso Exp $ inherit eutils @@ -15,10 +15,9 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -RDEPEND="|| ( ( x11-proto/xextproto app-text/rman ) virtual/x11 )" +RDEPEND="|| ( ( x11-libs/libXext x11-libs/libX11 ) virtual/x11 )" DEPEND="${RDEPEND} - || ( ( x11-libs/libXext - x11-libs/libX11 + || ( ( x11-proto/xextproto x11-misc/imake app-text/rman ) virtual/x11 ) |