From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0263138334 for ; Sun, 14 Oct 2018 19:44:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E8CEE0863; Sun, 14 Oct 2018 19:44:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A3F4E0863 for ; Sun, 14 Oct 2018 19:44:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EACF335CF9 for ; Sun, 14 Oct 2018 19:44:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92D34443 for ; Sun, 14 Oct 2018 19:44:06 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1539546235.d99f74e936999c4ce23f1a187bf90417950d7a62.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/noto-emoji/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/noto-emoji/noto-emoji-20180814.ebuild X-VCS-Directories: media-fonts/noto-emoji/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d99f74e936999c4ce23f1a187bf90417950d7a62 X-VCS-Branch: master Date: Sun, 14 Oct 2018 19:44:06 +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: a0c90832-1cc1-4414-b982-58eb3829a8ee X-Archives-Hash: 53cd83a1c20fe2b80df43919a043cb86 commit: d99f74e936999c4ce23f1a187bf90417950d7a62 Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 14 19:43:13 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 14 19:43:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99f74e9 media-fonts/noto-emoji: Make repoman more happy Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-fonts/noto-emoji/noto-emoji-20180814.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/noto-emoji/noto-emoji-20180814.ebuild b/media-fonts/noto-emoji/noto-emoji-20180814.ebuild index 55a94f7b577..7d76d22e0b8 100644 --- a/media-fonts/noto-emoji/noto-emoji-20180814.ebuild +++ b/media-fonts/noto-emoji/noto-emoji-20180814.ebuild @@ -40,7 +40,7 @@ PATCHES=( ) src_prepare() { - default + default # Use system pngquant rm -rf third_party/pngquant }