diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-08-22 15:55:32 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-08-22 15:55:32 +0000 |
commit | c95b97235596115d1160f398771a0c0df836bc23 (patch) | |
tree | 83bb36245b1b0dde630d7b4154a7c0ed4b65003c /x11-plugins | |
parent | Remove unnecessary CFLAG stripping; bug #235990 (diff) | |
download | gentoo-2-c95b97235596115d1160f398771a0c0df836bc23.tar.gz gentoo-2-c95b97235596115d1160f398771a0c0df836bc23.tar.bz2 gentoo-2-c95b97235596115d1160f398771a0c0df836bc23.zip |
Remove unnecessary CFLAG stripping; bug #235990
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-otr/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild | 11 |
2 files changed, 5 insertions, 11 deletions
diff --git a/x11-plugins/pidgin-otr/ChangeLog b/x11-plugins/pidgin-otr/ChangeLog index 9c1f47468cd0..745b49cca5b3 100644 --- a/x11-plugins/pidgin-otr/ChangeLog +++ b/x11-plugins/pidgin-otr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/pidgin-otr # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.16 2009/08/22 04:05:23 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.17 2009/08/22 15:55:32 halcy0n Exp $ + + 22 Aug 2009; Mark Loeser <halcy0n@gentoo.org> pidgin-otr-3.2.0.ebuild: + Remove unnecessary CFLAG stripping; bug #235990 22 Aug 2009; Olivier Crête <tester@gentoo.org> pidgin-otr-3.2.0.ebuild: Build with parallel make, remove -j1. Bug #235990 diff --git a/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild index 4f563b36a6c9..f3171fb0b99c 100644 --- a/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild +++ b/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.3 2009/08/22 04:05:23 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.4 2009/08/22 15:55:32 halcy0n Exp $ EAPI="2" -inherit flag-o-matic - DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" HOMEPAGE="http://www.cypherpunks.ca/otr/" SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz" @@ -22,13 +20,6 @@ RDEPEND=">=net-libs/libotr-3.2.0 DEPEND="${RDEPEND} dev-util/pkgconfig" -src_configure() { - strip-flags - replace-flags -O? -O2 - - econf || die "econf failed" -} - src_install() { make install DESTDIR="${D}" || die "Install failed" dodoc ChangeLog README || die |