diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-03-31 15:17:14 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-03-31 15:17:14 +0000 |
commit | e35585f9c396049454d706cd5da1493050a4254d (patch) | |
tree | dc510980a61a984906dfd550980d0c281c842201 /net-irc | |
parent | Add ~arm keyword. (diff) | |
download | gentoo-2-e35585f9c396049454d706cd5da1493050a4254d.tar.gz gentoo-2-e35585f9c396049454d706cd5da1493050a4254d.tar.bz2 gentoo-2-e35585f9c396049454d706cd5da1493050a4254d.zip |
remove -O3 hack wrt #461520
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-2.9.4-r1.ebuild | 13 |
2 files changed, 6 insertions, 12 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog index 9ee67ddd6924..9e7d5aaafc54 100644 --- a/net-irc/hexchat/ChangeLog +++ b/net-irc/hexchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/hexchat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.36 2013/03/31 15:06:31 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.37 2013/03/31 15:17:14 hasufell Exp $ + + 31 Mar 2013; Julian Ospald <hasufell@gentoo.org> hexchat-2.9.4-r1.ebuild: + remove -O3 hack wrt #461520 31 Mar 2013; Julian Ospald <hasufell@gentoo.org> files/hexchat-2.9.4-build.patch: diff --git a/net-irc/hexchat/hexchat-2.9.4-r1.ebuild b/net-irc/hexchat/hexchat-2.9.4-r1.ebuild index 03d2eb2456d0..011ba3b94bf9 100644 --- a/net-irc/hexchat/hexchat-2.9.4-r1.ebuild +++ b/net-irc/hexchat/hexchat-2.9.4-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r1.ebuild,v 1.1 2013/03/31 14:29:27 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r1.ebuild,v 1.2 2013/03/31 15:17:14 hasufell Exp $ EAPI=5 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) -inherit autotools eutils gnome2-utils mono multilib flag-o-matic python-single-r1 +inherit autotools eutils gnome2-utils mono multilib python-single-r1 DESCRIPTION="Graphical IRC client based on XChat" SRC_URI="mirror://github/${PN}/${PN}/${P}.tar.xz" @@ -41,15 +41,6 @@ DEPEND="${RDEPEND} DOCS="share/doc/changelog.md share/doc/readme.md" -pkg_setup() { - python-single-r1_pkg_setup - - # Added for to fix a sparc seg fault issue by Jason Wever <weeve@gentoo.org> - if [[ ${ARCH} = sparc ]] ; then - replace-flags "-O[3-9]" "-O2" - fi -} - src_prepare() { epatch \ "${FILESDIR}"/${PN}-2.9.1-input-box.patch \ |