summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2006-11-07 08:51:00 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2006-11-07 08:51:00 +0000
commitf8cc05e25c717e5a9d345ecdb79e4b78ab8517c2 (patch)
treed80f93816832f39d76db581418f0019ef16ca011 /dev-libs/libxslt/files/libxslt-1.1.16-pythondir_fix.patch
parentchanged SRC_URI due to upstream change of file naming (it was my request thou... (diff)
downloadhistorical-f8cc05e25c717e5a9d345ecdb79e4b78ab8517c2.tar.gz
historical-f8cc05e25c717e5a9d345ecdb79e4b78ab8517c2.tar.bz2
historical-f8cc05e25c717e5a9d345ecdb79e4b78ab8517c2.zip
Pruning old ebuilds
Package-Manager: portage-2.1.2_rc1-r3
Diffstat (limited to 'dev-libs/libxslt/files/libxslt-1.1.16-pythondir_fix.patch')
-rw-r--r--dev-libs/libxslt/files/libxslt-1.1.16-pythondir_fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-libs/libxslt/files/libxslt-1.1.16-pythondir_fix.patch b/dev-libs/libxslt/files/libxslt-1.1.16-pythondir_fix.patch
deleted file mode 100644
index 929bed267777..000000000000
--- a/dev-libs/libxslt/files/libxslt-1.1.16-pythondir_fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -NurdB libxslt-1.1.16/configure libxslt-1.1.16-patched/configure
---- libxslt-1.1.16/configure 2006-05-01 16:28:11.000000000 -0500
-+++ libxslt-1.1.16-patched/configure 2006-05-18 22:25:53.000000000 -0500
-@@ -21724,7 +21724,7 @@
- fi
- if test "$with_python" != ""
- then
-- pythondir=$(PYTHON_SITE_PACKAGES)
-+ pythondir='$(PYTHON_SITE_PACKAGES)'
- else
- pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages'
- fi