Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout/
Date: Fri, 24 Sep 2021 23:15:34
Message-Id: 1632525311.4ce50fe689addf7ebc8861af8b290145bb741b6c.williamh@gentoo
1 commit: 4ce50fe689addf7ebc8861af8b290145bb741b6c
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 24 23:14:03 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 24 23:15:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce50fe6
7
8 sys-apps/baselayout:
9
10 Move handling of the os-release file upstream.
11
12 Closes: https://bugs.gentoo.org/788190
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
15
16 sys-apps/baselayout/baselayout-9999.ebuild | 5 -----
17 1 file changed, 5 deletions(-)
18
19 diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-9999.ebuild
20 index c5e8cb6d02c..84c0a536ea3 100644
21 --- a/sys-apps/baselayout/baselayout-9999.ebuild
22 +++ b/sys-apps/baselayout/baselayout-9999.ebuild
23 @@ -254,11 +254,6 @@ src_install() {
24 # need the makefile in pkg_preinst
25 insinto /usr/share/${PN}
26 doins Makefile
27 -
28 - # This is needed for https://bugs.gentoo.org/732142
29 - dodir /usr/lib
30 - mv "${ED}"/etc/os-release "${ED}"/usr/lib || die
31 - dosym ../usr/lib/os-release /etc/os-release
32 }
33
34 pkg_postinst() {