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 D712258973 for ; Tue, 9 Feb 2016 15:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD20F21C00A; Tue, 9 Feb 2016 15:22:19 +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 60D1721C00A for ; Tue, 9 Feb 2016 15:22:19 +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 77DD734087C for ; Tue, 9 Feb 2016 15:22:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7835C8DF for ; Tue, 9 Feb 2016 15:22:16 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1455031290.84a665952a5ef92f973c488c6857bf2e84ea2ade.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-icon-theme-faenza/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.10.1.ebuild X-VCS-Directories: x11-themes/mate-icon-theme-faenza/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 84a665952a5ef92f973c488c6857bf2e84ea2ade X-VCS-Branch: master Date: Tue, 9 Feb 2016 15:22:16 +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: f8083448-a634-4cd4-bc71-7598cf346ad6 X-Archives-Hash: f92a00124dd25174d4c9cf7426f69fec commit: 84a665952a5ef92f973c488c6857bf2e84ea2ade Author: NP-Hardass gentoo org> AuthorDate: Tue Feb 9 15:20:39 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Tue Feb 9 15:21:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a66595 x11-themes/mate-icon-theme-faenza: Resolve bug #574254 https://github.com/mate-desktop/mate-icon-theme-faenza/issues/13 Gentoo-Bug: 574254 Package-Manager: portage-2.2.26 .../mate-icon-theme-faenza/mate-icon-theme-faenza-1.10.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.10.1.ebuild b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.10.1.ebuild index bf6b475..fbcfc34 100644 --- a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.10.1.ebuild +++ b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.10.1.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit gnome2 versionator +inherit autotools gnome2 versionator MATE_BRANCH="$(get_version_component_range 1-2)" @@ -25,4 +25,7 @@ RESTRICT="binchecks strip" src_prepare() { # Remove broken libreoffice icons (dangling symlinks). rm matefaenza/apps/16/*libreoffice* || die + + # https://github.com/mate-desktop/mate-icon-theme-faenza/issues/13 + eautoreconf }