public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lxml/files/
Date: Thu, 17 Mar 2016 20:50:05 +0000 (UTC)	[thread overview]
Message-ID: <1458247755.7d94eb446eb6f800c4a3e3c3c6969a58fe291b53.djc@gentoo> (raw)

commit:     7d94eb446eb6f800c4a3e3c3c6969a58fe291b53
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 20:49:15 2016 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 20:49:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d94eb44

dev-python/lxml: fix bug in cross-compilation patch(es)

 dev-python/lxml/files/lxml-3.4.4-cross-compile.patch | 2 +-
 dev-python/lxml/files/lxml-3.5.0-cross-compile.patch | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/lxml/files/lxml-3.4.4-cross-compile.patch b/dev-python/lxml/files/lxml-3.4.4-cross-compile.patch
index 7d1ed17..049b884 100644
--- a/dev-python/lxml/files/lxml-3.4.4-cross-compile.patch
+++ b/dev-python/lxml/files/lxml-3.4.4-cross-compile.patch
@@ -30,7 +30,7 @@ use pkg-config to find libxml2/libxslt details rather than xxx-config scripts
 -    xslt_flags = run_command(find_xslt_config(), "--%s" % option)
 +    pkg_config = os.environ.get('PKG_CONFIG', 'pkg-config')
 +    xml2_flags = run_command(pkg_config, 'libxml-2.0', '--%s' % option)
-+    xslt_flags = run_command(pkg_config, 'libxxlt', '--%s' % option)
++    xslt_flags = run_command(pkg_config, 'libxslt', '--%s' % option)
  
      flag_list = xml2_flags.split()
      for flag in xslt_flags.split():

diff --git a/dev-python/lxml/files/lxml-3.5.0-cross-compile.patch b/dev-python/lxml/files/lxml-3.5.0-cross-compile.patch
index 54e4087..82a371c 100644
--- a/dev-python/lxml/files/lxml-3.5.0-cross-compile.patch
+++ b/dev-python/lxml/files/lxml-3.5.0-cross-compile.patch
@@ -33,7 +33,7 @@ index e04c38f..0549eaa 100644
 -    xslt_flags = run_command(find_xslt_config(), "--%s" % option)
 +    pkg_config = os.environ.get('PKG_CONFIG', 'pkg-config')
 +    xml2_flags = run_command(pkg_config, 'libxml-2.0', '--%s' % option)
-+    xslt_flags = run_command(pkg_config, 'libxxlt', '--%s' % option)
++    xslt_flags = run_command(pkg_config, 'libxslt', '--%s' % option)
  
      flag_list = xml2_flags.split()
      for flag in xslt_flags.split():


             reply	other threads:[~2016-03-17 20:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-17 20:50 Dirkjan Ochtman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-06-02  4:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/lxml/files/ Aaron Bauman
2020-09-12  9:55 David Seifert
2020-09-20 14:41 Conrad Kostecki
2024-03-29 16:15 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458247755.7d94eb446eb6f800c4a3e3c3c6969a58fe291b53.djc@gentoo \
    --to=djc@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox