diff options
Diffstat (limited to 'gnustep-apps/gworkspace/gworkspace-0.7.0.ebuild')
-rw-r--r-- | gnustep-apps/gworkspace/gworkspace-0.7.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnustep-apps/gworkspace/gworkspace-0.7.0.ebuild b/gnustep-apps/gworkspace/gworkspace-0.7.0.ebuild index e32c8cd2776b..fff4169efb45 100644 --- a/gnustep-apps/gworkspace/gworkspace-0.7.0.ebuild +++ b/gnustep-apps/gworkspace/gworkspace-0.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.7.0.ebuild,v 1.2 2005/07/16 15:46:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.7.0.ebuild,v 1.3 2006/01/22 18:41:30 genone Exp $ inherit gnustep @@ -14,9 +14,9 @@ KEYWORDS="~ppc ~x86" LICENSE="GPL-2" SLOT="0" -IUSE="pdfkit" +IUSE="pdf" DEPEND="${GS_DEPEND} - pdfkit? ( gnustep-libs/pdfkit ) + pdf? ( gnustep-libs/pdfkit ) !gnustep-apps/desktop !gnustep-apps/recycler" RDEPEND="${GS_RDEPEND}" |