Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 683176 - sys-process/tini: Bump to EAPI 7
Summary: sys-process/tini: Bump to EAPI 7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal enhancement (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-12 15:44 UTC by David Michael
Modified: 2019-04-16 17:19 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Michael 2019-04-12 15:44:31 UTC
Can the latest tini ebuild be bumped to EAPI 7?

The cmake eclass supports BDEPEND with EAPI=7, so the host cmake is used instead of requiring it to be cross-compiled when cross-compiling tini.
Comment 1 Larry the Git Cow gentoo-dev 2019-04-16 17:18:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4b6faaaedf1d5254645a04a30625b37b107f50

commit 8e4b6faaaedf1d5254645a04a30625b37b107f50
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-04-16 17:17:14 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-04-16 17:18:37 +0000

    sys-process/tini: bump to EAPI 7 for BDEPEND
    
    Reported-by: David Michael <david.michael@coreos.com>
    Closes: https://bugs.gentoo.org/683176
    Package-Manager: Portage-2.3.63, Repoman-2.3.12
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-process/tini/tini-0.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 2 Zac Medico gentoo-dev 2019-04-16 17:19:28 UTC
Thanks!