diff options
author | William Hubbs <williamh@gentoo.org> | 2021-09-24 15:38:40 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-09-24 16:16:32 -0500 |
commit | 6adf02a980849788c51b183befebfb34543a58c7 (patch) | |
tree | 0b209569238dd7a6ff90966de70bb1dc00658964 /sys-apps | |
parent | sys-apps/attr: force use of bfd all the time #644048 (diff) | |
download | gentoo-6adf02a980849788c51b183befebfb34543a58c7.tar.gz gentoo-6adf02a980849788c51b183befebfb34543a58c7.tar.bz2 gentoo-6adf02a980849788c51b183befebfb34543a58c7.zip |
sys-apps/baselayout: drop creation of etc/gentoo-release
This is now created in the upstream Makefile.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/baselayout/baselayout-9999.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-9999.ebuild index dc56d7e08513..c5e8cb6d02c6 100644 --- a/sys-apps/baselayout/baselayout-9999.ebuild +++ b/sys-apps/baselayout/baselayout-9999.ebuild @@ -241,9 +241,6 @@ src_prepare() { ldpaths+=":${EPREFIX}/usr/local/${libdir}" done echo "LDPATH='${ldpaths#:}'" >> etc/env.d/50baselayout - - # rc-scripts version for testing of features that *should* be present - echo "Gentoo Base System release ${PV}" > etc/gentoo-release } src_install() { |