diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-05-18 17:11:14 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-05-18 17:12:14 -0400 |
commit | 808cbd7400602ae010e5ab0dcdaf8db9cfa87a99 (patch) | |
tree | 254962ef9a316e78d7b6b0f9987643e4676ec465 /media-libs/libxmlbird/files | |
parent | kde-misc/kdeconnect: Lower dependency on kde-frameworks/kwayland (diff) | |
download | gentoo-808cbd7400602ae010e5ab0dcdaf8db9cfa87a99.tar.gz gentoo-808cbd7400602ae010e5ab0dcdaf8db9cfa87a99.tar.bz2 gentoo-808cbd7400602ae010e5ab0dcdaf8db9cfa87a99.zip |
media-libs/libxmlbird & media-gfx/birdfont: switch to doit
Use the system version of doit so we can get parallel build support.
The tiny bundled wrapper can only build serially.
Diffstat (limited to 'media-libs/libxmlbird/files')
-rw-r--r-- | media-libs/libxmlbird/files/libxmlbird-1.2.0-verbose.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/media-libs/libxmlbird/files/libxmlbird-1.2.0-verbose.patch b/media-libs/libxmlbird/files/libxmlbird-1.2.0-verbose.patch deleted file mode 100644 index b44a28de2303..000000000000 --- a/media-libs/libxmlbird/files/libxmlbird-1.2.0-verbose.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/scripts/run.py -+++ b/scripts/run.py -@@ -20,6 +20,7 @@ import subprocess - - def run(cmd): - cmd = "sh -c \"" + cmd.replace ("\"", "\\\"") + "\"" -+ print(cmd) - process = subprocess.Popen (cmd, shell=True) - process.communicate()[0] - if not process.returncode == 0: |