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 E8DB1138334 for ; Wed, 26 Jun 2019 19:25:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10C0EE0874; Wed, 26 Jun 2019 19:25:03 +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 E4FC0E0874 for ; Wed, 26 Jun 2019 19:25:02 +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 44DA8346ADA for ; Wed, 26 Jun 2019 19:25:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B431C55B for ; Wed, 26 Jun 2019 19:24:58 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1561577075.f2fffad6f6c48bc2b2cebf7a2d0f5bf413a3cea7.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/google-chrome-unstable/google-chrome-unstable-77.0.3833.0.ebuild X-VCS-Directories: www-client/google-chrome-unstable/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f2fffad6f6c48bc2b2cebf7a2d0f5bf413a3cea7 X-VCS-Branch: master Date: Wed, 26 Jun 2019 19:24:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: da2af2a0-4296-4fe6-9357-017f366469c1 X-Archives-Hash: 82e025a09ad25e54cc8ed9c456615d66 commit: f2fffad6f6c48bc2b2cebf7a2d0f5bf413a3cea7 Author: Mike Gilbert gentoo org> AuthorDate: Wed Jun 26 19:24:35 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Jun 26 19:24:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2fffad6 www-client/google-chrome-unstable: drop product_logo_22_dev.png Package-Manager: Portage-2.3.67_p12, Repoman-2.3.14_p7 Signed-off-by: Mike Gilbert gentoo.org> .../google-chrome-unstable/google-chrome-unstable-77.0.3833.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-77.0.3833.0.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-77.0.3833.0.ebuild index e75218fcde2..fa060d36e11 100644 --- a/www-client/google-chrome-unstable/google-chrome-unstable-77.0.3833.0.ebuild +++ b/www-client/google-chrome-unstable/google-chrome-unstable-77.0.3833.0.ebuild @@ -109,7 +109,7 @@ src_install() { [[ ${PN} == google-chrome-unstable ]] && suffix=_dev local size - for size in 16 22 24 32 48 64 128 256 ; do + for size in 16 24 32 48 64 128 256 ; do newicon -s ${size} "${CHROME_HOME}/product_logo_${size}${suffix}.png" ${PN}.png done