diff options
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 |