From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1867A13881D for ; Wed, 23 Sep 2015 12:48:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 166AF21C03E; Wed, 23 Sep 2015 12:48:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BF5C21C03C for ; Wed, 23 Sep 2015 12:48:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38F12340A51 for ; Wed, 23 Sep 2015 12:48:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 702A9274 for ; Wed, 23 Sep 2015 12:48:12 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443012443.e71d7ff2098227500cd475827ab40d0a79fccca1.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/augustus/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/augustus/augustus-3.1.ebuild X-VCS-Directories: sci-biology/augustus/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e71d7ff2098227500cd475827ab40d0a79fccca1 X-VCS-Branch: master Date: Wed, 23 Sep 2015 12:48:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: edc72615-29a3-479c-a049-16e97865b130 X-Archives-Hash: 7d21f41208d202a3b8fe6f78e7228bc6 commit: e71d7ff2098227500cd475827ab40d0a79fccca1 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 23 12:47:23 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 23 12:47:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e71d7ff2 sci-biology/augustus: Use default functions Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> sci-biology/augustus/augustus-3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/augustus/augustus-3.1.ebuild b/sci-biology/augustus/augustus-3.1.ebuild index 6e18831..e67723d 100644 --- a/sci-biology/augustus/augustus-3.1.ebuild +++ b/sci-biology/augustus/augustus-3.1.ebuild @@ -32,7 +32,7 @@ src_prepare() { } src_compile() { - emake clean && emake + emake clean && default } src_install() {