diff options
Diffstat (limited to 'app-text/flpsed/flpsed-0.3.5.ebuild')
-rw-r--r-- | app-text/flpsed/flpsed-0.3.5.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/app-text/flpsed/flpsed-0.3.5.ebuild b/app-text/flpsed/flpsed-0.3.5.ebuild index 875894e90132..da7e64f7367d 100644 --- a/app-text/flpsed/flpsed-0.3.5.ebuild +++ b/app-text/flpsed/flpsed-0.3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/flpsed-0.3.5.ebuild,v 1.3 2006/02/07 17:36:44 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/flpsed-0.3.5.ebuild,v 1.4 2007/07/22 10:14:31 omp Exp $ inherit flag-o-matic @@ -13,12 +13,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="|| ( ( x11-libs/libX11 - x11-libs/libXext - x11-libs/libXft - ) - virtual/x11 - )" +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXft" DEPEND="${RDEPEND} >=x11-libs/fltk-1.1 virtual/ghostscript" |