Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 649130 Details for
Bug 719968
sys-kernel/genkernel-next-70 unable to build its own 'old' busybox-version with newer glibc-2.31
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
genkernel-next-70-r1.ebuild
genkernel-next-70-r1.ebuild (text/plain), 1.39 KB, created by
Iade Gesso
on 2020-07-13 23:10:47 UTC
(
hide
)
Description:
genkernel-next-70-r1.ebuild
Filename:
MIME Type:
Creator:
Iade Gesso
Created:
2020-07-13 23:10:47 UTC
Size:
1.39 KB
patch
obsolete
># Copyright 1999-2019 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 ># Edited by Iade Gesso, PhD in 14th July 2020 > >EAPI=7 > >SRC_URI="https://github.com/Sabayon/genkernel-next/archive/v${PV}.tar.gz -> ${P}.tar.gz > https://www.busybox.net/downloads/busybox-1.32.0.tar.bz2" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" >inherit bash-completion-r1 > >DESCRIPTION="Gentoo automatic kernel building scripts, reloaded" >HOMEPAGE="https://github.com/Sabayon/genkernel-next/" > >LICENSE="GPL-2" >SLOT="0" > >IUSE="cryptsetup dmraid gpg iscsi mdadm plymouth selinux" >DOCS=( AUTHORS ) > >DEPEND="app-text/asciidoc > sys-fs/e2fsprogs > !sys-fs/eudev[-kmod,modutils] > selinux? ( sys-libs/libselinux )" >RDEPEND="${DEPEND} > !sys-kernel/genkernel > cryptsetup? ( sys-fs/cryptsetup ) > dmraid? ( >=sys-fs/dmraid-1.0.0_rc16 ) > gpg? ( app-crypt/gnupg ) > iscsi? ( sys-block/open-iscsi ) > mdadm? ( sys-fs/mdadm ) > plymouth? ( sys-boot/plymouth ) > app-portage/portage-utils > app-arch/cpio > >=app-misc/pax-utils-0.6 > !<sys-apps/openrc-0.9.9 > sys-apps/util-linux > sys-block/thin-provisioning-tools > sys-fs/lvm2" > >PATCHES=( > "${FILESDIR}/genkernel-next-70_old_busybox.patch" >) > >src_prepare() { > default > sed -i "/^GK_V=/ s:GK_V=.*:GK_V=${PV}:g" "${S}/genkernel" || \ > die "Could not setup release" >} > >src_install() { > default > > doman "${S}"/genkernel.8 > > newbashcomp "${S}"/genkernel.bash genkernel >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 719968
:
649044
|
649128
| 649130