summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2016-03-04 11:36:29 +0100
committerAmy Winston <amynka@gentoo.org>2016-03-04 18:43:28 +0100
commitd2a5fee2955b5ea8854c4a27fd3e527e9c2c9129 (patch)
treea8429079bcd36b46e22e22fa0e00d11a05ada75d /net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild
parentprofiles/prefix/parent: switch order to restore things, bug #576412 (diff)
downloadgentoo-d2a5fee2955b5ea8854c4a27fd3e527e9c2c9129.tar.gz
gentoo-d2a5fee2955b5ea8854c4a27fd3e527e9c2c9129.tar.bz2
gentoo-d2a5fee2955b5ea8854c4a27fd3e527e9c2c9129.zip
net-irc/eggdrop: fix compilation with gcc-5 #571004
Backport patch from https://github.com/eggheads/eggdrop/issues/123 Package-Manager: portage-2.2.27
Diffstat (limited to 'net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild')
-rw-r--r--net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild b/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild
index 22df039dcd96..f761a3ba3ae0 100644
--- a/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild
+++ b/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -35,6 +35,7 @@ RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
src_prepare() {
+ epatch "${FILESDIR}/${P}-fix-gcc5-remove-inline.patch" # bug 571004
if use vanilla; then
rm -f "${WORKDIR}"/patch/[1-6]*.patch || die
fi