diff options
author | Dawid Węgliński <cla@gentoo.org> | 2009-03-08 10:30:25 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2009-03-08 10:30:25 +0000 |
commit | c23b5225c1f9d432772289f3095720ea6634d504 (patch) | |
tree | 731b30a7b095834d992888b4ecdcf3de93cd4610 /net-nntp/tin | |
parent | Version bump. Make repoman happy. (diff) | |
download | gentoo-2-c23b5225c1f9d432772289f3095720ea6634d504.tar.gz gentoo-2-c23b5225c1f9d432772289f3095720ea6634d504.tar.bz2 gentoo-2-c23b5225c1f9d432772289f3095720ea6634d504.zip |
Make emake call in src_compile
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-nntp/tin')
-rw-r--r-- | net-nntp/tin/ChangeLog | 5 | ||||
-rw-r--r-- | net-nntp/tin/tin-1.8.3.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-nntp/tin/ChangeLog b/net-nntp/tin/ChangeLog index e84c8d52c97a..edc6319a38be 100644 --- a/net-nntp/tin/ChangeLog +++ b/net-nntp/tin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-nntp/tin # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.21 2009/03/07 22:45:38 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.22 2009/03/08 10:30:25 cla Exp $ + + 08 Mar 2009; Dawid Węgliński <cla@gentoo.org> tin-1.8.3.ebuild: + Prevent double emake 07 Mar 2009; Dawid Węgliński <cla@gentoo.org> tin-1.8.3.ebuild: Migration to EAPI 2 diff --git a/net-nntp/tin/tin-1.8.3.ebuild b/net-nntp/tin/tin-1.8.3.ebuild index c5e21de87a6f..0bb128f0805c 100644 --- a/net-nntp/tin/tin-1.8.3.ebuild +++ b/net-nntp/tin/tin-1.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.8.3.ebuild,v 1.6 2009/03/07 22:47:27 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.8.3.ebuild,v 1.7 2009/03/08 10:30:25 cla Exp $ EAPI="2" @@ -52,6 +52,9 @@ src_configure() { $(use_enable crypt pgp-gpg) \ $(use_enable nls) \ || die "econf failed" +} + +src_compile() { emake build || die "emake failed" } |