diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-08-22 15:52:50 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-08-22 15:52:50 +0000 |
commit | 109892fb1477092522b34362464448fa085cf31d (patch) | |
tree | 5c9e9b1a330eee1a0085a14483ae6a9d39cbb8cf /net-libs/libotr/libotr-3.1.0.ebuild | |
parent | Replace intltool files, bug #282282 (diff) | |
download | historical-109892fb1477092522b34362464448fa085cf31d.tar.gz historical-109892fb1477092522b34362464448fa085cf31d.tar.bz2 historical-109892fb1477092522b34362464448fa085cf31d.zip |
Remove unnecessary CFLAG stripping; bug #235990
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'net-libs/libotr/libotr-3.1.0.ebuild')
-rw-r--r-- | net-libs/libotr/libotr-3.1.0.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/net-libs/libotr/libotr-3.1.0.ebuild b/net-libs/libotr/libotr-3.1.0.ebuild index e572be8862e0..ef6e59c7ccca 100644 --- a/net-libs/libotr/libotr-3.1.0.ebuild +++ b/net-libs/libotr/libotr-3.1.0.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.1.0.ebuild,v 1.8 2009/08/22 03:59:54 tester Exp $ - -inherit flag-o-matic eutils +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.1.0.ebuild,v 1.9 2009/08/22 15:52:50 halcy0n Exp $ DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" HOMEPAGE="http://www.cypherpunks.ca/otr/" @@ -16,14 +14,6 @@ IUSE="" DEPEND="dev-libs/libgpg-error >=dev-libs/libgcrypt-1.2.0" -src_compile() { - strip-flags - replace-flags -O? -O2 - - econf || die "econf failed" - emake || die "Make failed" -} - src_install() { make install DESTDIR="${D}" || die "Install failed" dodoc ChangeLog README |