Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 694958 - dev-lua/lgi-0.9.0-r1: 'dohtml' has been banned for EAPI '7'
Summary: dev-lua/lgi-0.9.0-r1: 'dohtml' has been banned for EAPI '7'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-19 11:08 UTC by dashmz
Modified: 2019-09-20 19:09 UTC (History)
4 users (show)

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


Attachments
ebuild log (ebuild.log,5.56 KB, text/x-log)
2019-09-19 11:08 UTC, dashmz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dashmz 2019-09-19 11:08:15 UTC
The ebuild lgi-0.9.0-r1 uses EAPI=7 which does not support dohtml.

Reproducible: Always




The ebuild lgi-0.9.0-r1 uses EAPI=7 which does not support dohtml.
Comment 1 dashmz 2019-09-19 11:08:33 UTC
Created attachment 590364 [details]
ebuild log
Comment 2 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2019-09-20 10:42:23 UTC
And risking things like this is why I try not to perform seemingly "free" EAPI bumps when I'm fixing something that's just dependencies ;). But eh. Being human is hard sometimes.

Blame bug #688886
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2019-09-20 18:53:43 UTC
(In reply to Kent Fredric (IRC: kent\n) from comment #2)
> And risking things like this is why I try not to perform seemingly "free"
> EAPI bumps when I'm fixing something that's just dependencies ;). But eh.
> Being human is hard sometimes.
> 
> Blame bug #688886

I don't understand the point of your comment.
Comment 4 Larry the Git Cow gentoo-dev 2019-09-20 19:08:05 UTC
The bug has been closed via the following commit(s):

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

commit a4673d6ed944e1f384597731051ff0e83f9d1adf
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2019-09-20 19:07:35 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2019-09-20 19:07:59 +0000

    dev-lua/lgi: fix dohtml use in src_install(), bug #694958
    
    Ebuild failed at src_install() as:
    ```
     * ERROR: dev-lua/lgi-0.9.0-r1::gentoo failed (install phase):
     *   'dohtml' has been banned for EAPI '7'
    ```
    
    Switched to the direct 'dodoc'. While at it disabled compression
    for provided samples and markdown docs.
    
    Reported-by: dashmz@web.de
    Closes: https://bugs.gentoo.org/694958
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 dev-lua/lgi/lgi-0.9.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)