diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2019-04-26 11:34:12 -0500 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-08 18:59:32 +0200 |
commit | 5f1de795438143d6fdf0bdd4240f08d49ba313ca (patch) | |
tree | 5f36e81fc35666d153c89ec0a87a53850627c83e /dev-util/quilt | |
parent | dev-python/python-efl: clean old 1.20 (diff) | |
download | gentoo-5f1de795438143d6fdf0bdd4240f08d49ba313ca.tar.gz gentoo-5f1de795438143d6fdf0bdd4240f08d49ba313ca.tar.bz2 gentoo-5f1de795438143d6fdf0bdd4240f08d49ba313ca.zip |
dev-util/quilt: adjust patch to -p1
Adjusted the patch to be -p1 applicable.
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11834
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/quilt')
-rw-r--r-- | dev-util/quilt/files/quilt-0.66-no-graphviz.patch | 8 | ||||
-rw-r--r-- | dev-util/quilt/quilt-0.66.ebuild | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/quilt/files/quilt-0.66-no-graphviz.patch b/dev-util/quilt/files/quilt-0.66-no-graphviz.patch index 324a38dfef49..f82673aac185 100644 --- a/dev-util/quilt/files/quilt-0.66-no-graphviz.patch +++ b/dev-util/quilt/files/quilt-0.66-no-graphviz.patch @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2017-04-12 09:27:40.853018901 -0400 -+++ Makefile.in 2017-04-12 09:36:16.584315529 -0400 +--- a/Makefile.in 2017-04-12 09:27:40.853018901 -0400 ++++ b/Makefile.in 2017-04-12 09:36:16.584315529 -0400 @@ -78,8 +78,7 @@ QUILT := $(QUILT_IN) SRC += $(QUILT_SRC:%=quilt/%) DIRT += $(QUILT_IN:%=quilt/%) @@ -10,8 +10,8 @@ SCRIPTS_SRC := $(SCRIPTS_IN:%=%.in) SCRIPTS := $(SCRIPTS_IN) ---- bash_completion.orig 2017-04-12 09:27:57.643126246 -0400 -+++ bash_completion 2017-04-12 09:30:27.673938451 -0400 +--- a/bash_completion 2017-04-12 09:27:57.643126246 -0400 ++++ b/bash_completion 2017-04-12 09:30:27.673938451 -0400 @@ -28,7 +28,7 @@ _quilt_completion() prev=${COMP_WORDS[COMP_CWORD-1]} diff --git a/dev-util/quilt/quilt-0.66.ebuild b/dev-util/quilt/quilt-0.66.ebuild index 0657d72ccb2b..d58b06a7de32 100644 --- a/dev-util/quilt/quilt-0.66.ebuild +++ b/dev-util/quilt/quilt-0.66.ebuild @@ -33,7 +33,7 @@ pkg_setup() { src_prepare() { # Add support for USE=graphviz - use graphviz || eapply -p0 "${FILESDIR}/${P}-no-graphviz.patch" + use graphviz || PATCHES+=( "${FILESDIR}"/${PN}-0.66-no-graphviz.patch ) default } |