diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2003-01-15 01:33:14 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2003-01-15 01:33:14 +0000 |
commit | 99cc4ed219544b1401c04e6623ad4a78391cca44 (patch) | |
tree | 0f7c84f9aa84c12add0cea0b57ff08b9b2920685 /kde-base/kdebindings | |
parent | fix stale entries in svcdir after hard reboot (diff) | |
download | historical-99cc4ed219544b1401c04e6623ad4a78391cca44.tar.gz historical-99cc4ed219544b1401c04e6623ad4a78391cca44.tar.bz2 historical-99cc4ed219544b1401c04e6623ad4a78391cca44.zip |
kde-3.1 foxes, new digest
Diffstat (limited to 'kde-base/kdebindings')
-rw-r--r-- | kde-base/kdebindings/files/digest-kdebindings-3.1 | 2 | ||||
-rw-r--r-- | kde-base/kdebindings/kdebindings-3.1.ebuild | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kdebindings/files/digest-kdebindings-3.1 b/kde-base/kdebindings/files/digest-kdebindings-3.1 index 179413c00d43..a4d0422df4c0 100644 --- a/kde-base/kdebindings/files/digest-kdebindings-3.1 +++ b/kde-base/kdebindings/files/digest-kdebindings-3.1 @@ -1 +1 @@ -MD5 fe858027c0ad9728a4c93a693740ac10 kdebindings-3.1.tar.bz2 6158619 +MD5 c89291d0a22ae66ea582b19d1eb3051b kdebindings-3.1.tar.bz2 6123193 diff --git a/kde-base/kdebindings/kdebindings-3.1.ebuild b/kde-base/kdebindings/kdebindings-3.1.ebuild index e8121682adb0..d868bcbf1683 100644 --- a/kde-base/kdebindings/kdebindings-3.1.ebuild +++ b/kde-base/kdebindings/kdebindings-3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-3.1.ebuild,v 1.4 2002/11/30 19:31:50 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-3.1.ebuild,v 1.5 2003/01/15 01:33:14 hannes Exp $ # TODO: add gnustep, objc bindings inherit kde-dist @@ -13,15 +13,19 @@ newdepend "~kde-base/kdebase-${PV} sys-devel/perl python? ( dev-lang/python ) java? ( virtual/jdk ) - =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* ~kde-base/kdenetwork-${PV} mozilla? ( net-www/mozilla )" use python || myconf="$myconf --without-python" use java && myconf="$myconf --with-java=$(java-config --jdk-home)" || myconf="$myconf --without-java" + +# obj bindings are officially broken #myconf="$myconf --enable-objc" +# we need to have csant (from pnet, from portable.NET) in portage for qtsharp +export DO_NOT_COMPILE="$DO_NOT_COMPILE qtsharp" + export LIBPYTHON="`python-config`" #src_unpack() |