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 247D2138334 for ; Thu, 27 Sep 2018 20:29:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21767E08AB; Thu, 27 Sep 2018 20:29:43 +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 F31ACE08AB for ; Thu, 27 Sep 2018 20:29:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 72FAC335C8F for ; Thu, 27 Sep 2018 20:29:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62F753AB for ; Thu, 27 Sep 2018 20:29:39 +0000 (UTC) From: "Ettore Di Giacinto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ettore Di Giacinto" Message-ID: <1538080160.cf9062ee5a7ffb0c88ede086f187f795599ec912.mudler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/calamares/calamares-3.2.0-r1.ebuild app-admin/calamares/calamares-3.2.0.ebuild X-VCS-Directories: app-admin/calamares/ X-VCS-Committer: mudler X-VCS-Committer-Name: Ettore Di Giacinto X-VCS-Revision: cf9062ee5a7ffb0c88ede086f187f795599ec912 X-VCS-Branch: master Date: Thu, 27 Sep 2018 20:29:39 +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: 43f815c1-2844-465d-a31a-dfc646f3e013 X-Archives-Hash: d79234d9435f61267b017d8e164e2105 commit: cf9062ee5a7ffb0c88ede086f187f795599ec912 Author: Ettore Di Giacinto gentoo org> AuthorDate: Thu Sep 27 18:58:19 2018 +0000 Commit: Ettore Di Giacinto gentoo org> CommitDate: Thu Sep 27 20:29:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9062ee app-admin/calamares: revision bump Add missing RDEPEND on sys-libs/timezone-data. Timezone otherwise is not selectable and installation fails. Thanks to @joostruis for pointing that out. Package-Manager: Portage-2.3.40, Repoman-2.3.9 .../calamares/{calamares-3.2.0.ebuild => calamares-3.2.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/calamares/calamares-3.2.0.ebuild b/app-admin/calamares/calamares-3.2.0-r1.ebuild similarity index 98% rename from app-admin/calamares/calamares-3.2.0.ebuild rename to app-admin/calamares/calamares-3.2.0-r1.ebuild index a0864c5ac07..2d482b898d0 100644 --- a/app-admin/calamares/calamares-3.2.0.ebuild +++ b/app-admin/calamares/calamares-3.2.0-r1.ebuild @@ -53,6 +53,7 @@ RDEPEND="${DEPEND} || ( sys-boot/grub:2 sys-boot/systemd-boot ) sys-boot/os-prober sys-fs/squashfs-tools + sys-libs/timezone-data virtual/udev networkmanager? ( net-misc/networkmanager ) upower? ( sys-power/upower )