diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-04-16 08:36:02 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-04-16 08:36:02 +0000 |
commit | 5e4ad3ca48e9d87990b9940c1fd856d3a783862d (patch) | |
tree | 63d5fc4325cd6d11097058856f1f8060376b5ed4 /sys-cluster/openpbs/openpbs-2.3.16-r2.ebuild | |
parent | Keyworded ~amd64 (diff) | |
download | gentoo-2-5e4ad3ca48e9d87990b9940c1fd856d3a783862d.tar.gz gentoo-2-5e4ad3ca48e9d87990b9940c1fd856d3a783862d.tar.bz2 gentoo-2-5e4ad3ca48e9d87990b9940c1fd856d3a783862d.zip |
moved from USE flag tcltk to tk, see bug 17808
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-cluster/openpbs/openpbs-2.3.16-r2.ebuild')
-rw-r--r-- | sys-cluster/openpbs/openpbs-2.3.16-r2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-cluster/openpbs/openpbs-2.3.16-r2.ebuild b/sys-cluster/openpbs/openpbs-2.3.16-r2.ebuild index 6c6798b0ac58..87bb714510f9 100644 --- a/sys-cluster/openpbs/openpbs-2.3.16-r2.ebuild +++ b/sys-cluster/openpbs/openpbs-2.3.16-r2.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/sys-cluster/openpbs/openpbs-2.3.16-r2.ebuild,v 1.4 2006/08/29 00:34:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs/openpbs-2.3.16-r2.ebuild,v 1.5 2007/04/16 08:36:02 opfer Exp $ inherit eutils @@ -14,13 +14,13 @@ LICENSE="openpbs" PROVIDE="virtual/pbs" SLOT="0" KEYWORDS="x86 ~ppc" -IUSE="X tcltk crypt doc" +IUSE="X tcl crypt doc" RESTRICT="fetch" PROVIDE="virtual/pbs" DEPEND="virtual/libc X? ( || ( x11-libs/libX11 virtual/x11 ) ) - tcltk? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl ) !virtual/pbs" RDEPEND="${DEPEND} crypt? ( net-misc/openssh )" @@ -37,7 +37,7 @@ pkg_nofetch() { src_unpack() { unpack ${A} cd ${S} - # apply a patch I made for gcc3. + # apply a patch I made for gcc3. # maybe this should be done with sed but I'm too lazy epatch ${FILESDIR}/makedepend-sh-gcc3.patch epatch ${FILESDIR}/openpbs-${PV}-errno-fixup.patch @@ -55,7 +55,7 @@ src_unpack() { src_compile() { local myconf use X || myconf="--disable-gui" - use tcltk && myconf="${myconf} --with-tcl" + use tcl && myconf="${myconf} --with-tcl" use crypt && myconf="${myconf} --with-scp" use doc && myconf="${myconf} --enable-docs" |