diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-26 10:25:14 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-26 10:25:14 +0000 |
commit | 8fe50d7215572672c0bff1c34b54e91ce5dd3cd6 (patch) | |
tree | 77c82618de0e6415de1837f70374b743b4ceda36 /x11-wm/ion/ion-20020207-r2.ebuild | |
parent | Mask xine useflag for mips. (diff) | |
download | gentoo-2-8fe50d7215572672c0bff1c34b54e91ce5dd3cd6.tar.gz gentoo-2-8fe50d7215572672c0bff1c34b54e91ce5dd3cd6.tar.bz2 gentoo-2-8fe50d7215572672c0bff1c34b54e91ce5dd3cd6.zip |
Typo in DEPEND was preventing modular X from working, and that section was redundant anyway, so pull it.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-wm/ion/ion-20020207-r2.ebuild')
-rw-r--r-- | x11-wm/ion/ion-20020207-r2.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-wm/ion/ion-20020207-r2.ebuild b/x11-wm/ion/ion-20020207-r2.ebuild index fa51b75bf5de..0bba1ea190e7 100644 --- a/x11-wm/ion/ion-20020207-r2.ebuild +++ b/x11-wm/ion/ion-20020207-r2.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/x11-wm/ion/ion-20020207-r2.ebuild,v 1.1 2006/01/25 16:43:32 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ion-20020207-r2.ebuild,v 1.2 2006/01/26 10:25:14 spyderous Exp $ inherit eutils @@ -17,11 +17,7 @@ RDEPEND="|| ( x11-libs/libX11 virtual/x11 )" -DEPEND="${RDEPEND} - || ( - x11-xproto/xproto - virtual/x11 - )" +DEPEND="${RDEPEND}" src_unpack() { unpack ${A} |