diff options
Diffstat (limited to 'app-misc/worker/worker-2.14.0.ebuild')
-rw-r--r-- | app-misc/worker/worker-2.14.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/worker/worker-2.14.0.ebuild b/app-misc/worker/worker-2.14.0.ebuild index 30ef902e5c8d..94ea19448070 100644 --- a/app-misc/worker/worker-2.14.0.ebuild +++ b/app-misc/worker/worker-2.14.0.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-misc/worker/worker-2.14.0.ebuild,v 1.1 2006/10/05 16:54:19 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/worker/worker-2.14.0.ebuild,v 1.2 2007/07/22 09:46:31 omp Exp $ inherit eutils @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="unicode" #S="${WORKDIR}/${P/_}" -DEPEND="|| ( x11-libs/libSM virtual/x11 )" +DEPEND="x11-libs/libSM" src_compile() { econf \ |