diff options
Diffstat (limited to 'x11-terms/xvt/xvt-2.1.ebuild')
-rw-r--r-- | x11-terms/xvt/xvt-2.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-terms/xvt/xvt-2.1.ebuild b/x11-terms/xvt/xvt-2.1.ebuild index 5534a50b4883..828f99e818df 100644 --- a/x11-terms/xvt/xvt-2.1.ebuild +++ b/x11-terms/xvt/xvt-2.1.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-terms/xvt/xvt-2.1.ebuild,v 1.9 2006/12/04 23:05:20 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/xvt/xvt-2.1.ebuild,v 1.10 2006/12/14 07:08:46 mr_bones_ Exp $ inherit ccc eutils flag-o-matic @@ -12,8 +12,9 @@ LICENSE="as-is" SLOT="0" KEYWORDS="x86 alpha" IUSE="" -DEPEND="virtual/x11 - >=sys-apps/sed-4" +RDEPEND="|| ( x11-libs/libX11 virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" S=${WORKDIR}/${PN}-1.0 src_unpack() { |