diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-09 14:29:56 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-09 14:29:56 +0300 |
commit | 26ccd047e0b97e7351ae83a410f48140b694af1d (patch) | |
tree | 24c928b0d246c3bb7f86fe2022a134ec1807b001 /net-irc/iroffer-dinoex | |
parent | profiles/package.mask: mask sys-fs/yaffs-utils for removal (diff) | |
download | gentoo-26ccd047e0b97e7351ae83a410f48140b694af1d.tar.gz gentoo-26ccd047e0b97e7351ae83a410f48140b694af1d.tar.bz2 gentoo-26ccd047e0b97e7351ae83a410f48140b694af1d.zip |
net-irc/iroffer-dinoex: Fix strip level to reflect -p1 by default
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-irc/iroffer-dinoex')
-rw-r--r-- | net-irc/iroffer-dinoex/files/iroffer-dinoex-Werror.patch | 4 | ||||
-rw-r--r-- | net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-irc/iroffer-dinoex/files/iroffer-dinoex-Werror.patch b/net-irc/iroffer-dinoex/files/iroffer-dinoex-Werror.patch index cb8bf9248b03..f41a34652e16 100644 --- a/net-irc/iroffer-dinoex/files/iroffer-dinoex-Werror.patch +++ b/net-irc/iroffer-dinoex/files/iroffer-dinoex-Werror.patch @@ -1,5 +1,5 @@ ---- Configure1 2013-02-07 22:10:22.000000000 +0400 -+++ Configure 2013-02-07 22:11:37.000000000 +0400 +--- a/Configure1 2013-02-07 22:10:22.000000000 +0400 ++++ b/Configure 2013-02-07 22:11:37.000000000 +0400 @@ -884,18 +884,6 @@ ${msg} " ${irt_no}" fi diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild index 1776b3620bb7..d6533d41c96c 100644 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild @@ -43,7 +43,7 @@ pkg_setup() { src_prepare() { eapply "${FILESDIR}/${PN}-3.29-config.patch" - eapply -p0 "${FILESDIR}/${PN}-Werror.patch" + eapply "${FILESDIR}/${PN}-Werror.patch" eapply_user |