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 | 03b5ca98a39f1052b24b4936b6d6667278cddc4d (patch) | |
tree | fb2e00efc91a0feaacd8f43d1a86aafe9ac02de3 /app-emulation/x48 | |
parent | (#132260) Block on virtual/xft slipped back in with the security bump. Get ri... (diff) | |
download | gentoo-2-03b5ca98a39f1052b24b4936b6d6667278cddc4d.tar.gz gentoo-2-03b5ca98a39f1052b24b4936b6d6667278cddc4d.tar.bz2 gentoo-2-03b5ca98a39f1052b24b4936b6d6667278cddc4d.zip |
correct modular x deps
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-emulation/x48')
-rw-r--r-- | app-emulation/x48/x48-0.4.3-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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 ) |