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/pidgin-otr/pidgin-otr-3.2.0.ebuild | |
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/pidgin-otr/pidgin-otr-3.2.0.ebuild')
-rw-r--r-- | x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
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 |