Gentoo Archives: gentoo-commits

From: Ettore Di Giacinto <mudler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/
Date: Thu, 27 Sep 2018 20:29:44
Message-Id: 1538080160.cf9062ee5a7ffb0c88ede086f187f795599ec912.mudler@gentoo
1 commit: cf9062ee5a7ffb0c88ede086f187f795599ec912
2 Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 18:58:19 2018 +0000
4 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 20:29:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9062ee
7
8 app-admin/calamares: revision bump
9
10 Add missing RDEPEND on sys-libs/timezone-data.
11 Timezone otherwise is not selectable and installation fails.
12 Thanks to @joostruis for pointing that out.
13
14 Package-Manager: Portage-2.3.40, Repoman-2.3.9
15
16 .../calamares/{calamares-3.2.0.ebuild => calamares-3.2.0-r1.ebuild} | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/app-admin/calamares/calamares-3.2.0.ebuild b/app-admin/calamares/calamares-3.2.0-r1.ebuild
20 similarity index 98%
21 rename from app-admin/calamares/calamares-3.2.0.ebuild
22 rename to app-admin/calamares/calamares-3.2.0-r1.ebuild
23 index a0864c5ac07..2d482b898d0 100644
24 --- a/app-admin/calamares/calamares-3.2.0.ebuild
25 +++ b/app-admin/calamares/calamares-3.2.0-r1.ebuild
26 @@ -53,6 +53,7 @@ RDEPEND="${DEPEND}
27 || ( sys-boot/grub:2 sys-boot/systemd-boot )
28 sys-boot/os-prober
29 sys-fs/squashfs-tools
30 + sys-libs/timezone-data
31 virtual/udev
32 networkmanager? ( net-misc/networkmanager )
33 upower? ( sys-power/upower )