aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2007-03-05 03:38:06 +0000
committerNed Ludd <solar@gentoo.org>2007-03-05 03:38:06 +0000
commit9f9c9f7995885042af0068cefeba2a16be016d9d (patch)
tree67a46c14b7e43e09edef48712844d53480655ada /Makefile
parent- add EAPI for line 15 support of the metacache to the portage_cache handler (diff)
downloadportage-utils-9f9c9f7995885042af0068cefeba2a16be016d9d.tar.gz
portage-utils-9f9c9f7995885042af0068cefeba2a16be016d9d.tar.bz2
portage-utils-9f9c9f7995885042af0068cefeba2a16be016d9d.zip
- remove python test applet
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 677ba9a..e29b1bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Copyright 2005-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-projects/portage-utils/Makefile,v 1.53 2007/01/24 17:51:36 solar Exp $
+# $Header: /var/cvsroot/gentoo-projects/portage-utils/Makefile,v 1.54 2007/03/05 03:38:06 solar Exp $
####################################################################
check_gcc=$(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \
@@ -37,10 +37,10 @@ PF := portage-utils-$(PV)
endif
DOCS := TODO README qsync
-ifdef PYTHON
-PYFLAGS ?= $(shell python-config) -DWANT_PYTHON -ldl -pthread -lutil /usr/lib/libpython2.4.so
-#PYFLAGS += -lpython2.4
-endif
+#ifdef PYTHON
+#PYFLAGS ?= $(shell python-config) -DWANT_PYTHON -ldl -pthread -lutil /usr/lib/libpython2.4.so
+##PYFLAGS += -lpython2.4
+#endif
#####################################################
APPLETS := $(shell sed -n '/^DECLARE_APPLET/s:.*(\(.*\))$$:\1:p' applets.h|sort)