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 47BFB13881D for ; Wed, 23 Sep 2015 12:48:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70EB021C04C; Wed, 23 Sep 2015 12:48:27 +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 E6AA021C04C for ; Wed, 23 Sep 2015 12:48:21 +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 30273340A3D 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 28C2A250 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: <1443011673.c4a910e9e6db5dcd81772cbbe2dbbf34e7c4e5d1.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: media-libs/libgfx/ X-VCS-Repository: proj/sci X-VCS-Files: media-libs/libgfx/libgfx-1.1.0.ebuild X-VCS-Directories: media-libs/libgfx/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c4a910e9e6db5dcd81772cbbe2dbbf34e7c4e5d1 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: d235c76d-8b23-44a2-a575-cbcb0e8e1286 X-Archives-Hash: 821a8989feda58d7642790df1be45096 commit: c4a910e9e6db5dcd81772cbbe2dbbf34e7c4e5d1 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 23 12:34:33 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 23 12:34:33 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c4a910e9 media-libs/libgfx: Use default functions Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> media-libs/libgfx/libgfx-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libgfx/libgfx-1.1.0.ebuild b/media-libs/libgfx/libgfx-1.1.0.ebuild index 85ed1ca..baac528 100644 --- a/media-libs/libgfx/libgfx-1.1.0.ebuild +++ b/media-libs/libgfx/libgfx-1.1.0.ebuild @@ -21,7 +21,7 @@ src_prepare() { src_compile() { cd src || die - emake + default } src_install() {