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 40FF4139694 for ; Tue, 21 Feb 2017 20:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87AA721C07F; Tue, 21 Feb 2017 20:37:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B01021C07F for ; Tue, 21 Feb 2017 20:37:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CA02341142 for ; Tue, 21 Feb 2017 20:37:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 353314FE6 for ; Tue, 21 Feb 2017 20:37:05 +0000 (UTC) From: "Kristian Fiskerstrand" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kristian Fiskerstrand" Message-ID: <1487709419.662dbc43805643592d528c43bc9e2c4d665f0a5c.k_f@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-control-center/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild gnome-extra/cinnamon-control-center/cinnamon-control-center-3.2.1.ebuild X-VCS-Directories: gnome-extra/cinnamon-control-center/ X-VCS-Committer: k_f X-VCS-Committer-Name: Kristian Fiskerstrand X-VCS-Revision: 662dbc43805643592d528c43bc9e2c4d665f0a5c X-VCS-Branch: master Date: Tue, 21 Feb 2017 20:37:05 +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: 35adfb45-dffc-4ece-8bf5-621293088987 X-Archives-Hash: f4ef1c32d8be028afd84d159272f13a6 commit: 662dbc43805643592d528c43bc9e2c4d665f0a5c Author: Kristian Fiskerstrand gentoo org> AuthorDate: Tue Feb 21 20:29:29 2017 +0000 Commit: Kristian Fiskerstrand gentoo org> CommitDate: Tue Feb 21 20:36:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662dbc43 gnome-extra/cinnamon-control-center: Fix build dep Fix build dependency on sys-devel/autoconf-archive since bug 594084 Gentoo-Bug: 610324 Package-Manager: portage-2.3.3 .../cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild | 3 ++- .../cinnamon-control-center/cinnamon-control-center-3.2.1.ebuild | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild index 16dd601439..34f76548fe 100644 --- a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild +++ b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -71,6 +71,7 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig gnome-base/gnome-common + sys-devel/autoconf-archive " # Needed for autoreconf # gnome-base/gnome-common diff --git a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.2.1.ebuild b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.2.1.ebuild index 4628b5c608..82f9ed8c17 100644 --- a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.2.1.ebuild +++ b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.2.1.ebuild @@ -71,10 +71,8 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig gnome-base/gnome-common + sys-devel/autoconf-archive " -# Needed for autoreconf -# gnome-base/gnome-common - src_prepare() { # make some panels optional eapply "${FILESDIR}"/${PN}-2.8.0-optional.patch