Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 574128 - www-servers/nginx - mask USE=luajit on x86-fbsd profile
Summary: www-servers/nginx - mask USE=luajit on x86-fbsd profile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-07 19:47 UTC by Thomas Deutschmann (RETIRED)
Modified: 2016-08-23 12:14 UTC (History)
2 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 Thomas Deutschmann (RETIRED) gentoo-dev 2016-02-07 19:47:04 UTC
Like discussed today in #gentoo-proxy-maint and bug 488318 comment 11 dev-lang/luajit won't get keyworded for x86-fbsd so please mask www-servers/nginx[luajit] in x86-fbsd profile to satisfy repoman:

>   dependency.badindev           9
>    www-servers/nginx/nginx-1.8.1.ebuild: DEPEND: ~x86-fbsd(default/bsd/fbsd/x86/10.2)
> ['dev-lang/luajit:2=']
> [...]
>    www-servers/nginx/nginx-1.8.1.ebuild: RDEPEND: ~x86-fbsd(default/bsd/fbsd/x86/10.2)
> ['dev-lang/luajit:2=']
>    www-servers/nginx/nginx-1.9.10.ebuild: DEPEND: ~x86-fbsd(default/bsd/fbsd/x86/10.2)
> ['dev-lang/luajit:2=']
> [...]
>    www-servers/nginx/nginx-1.9.10.ebuild: RDEPEND: ~x86-fbsd(default/bsd/fbsd/x86/10.2)
> ['dev-lang/luajit:2=']
>    www-servers/nginx/nginx-1.9.10-r2.ebuild: DEPEND: ~x86-fbsd(default/bsd/fbsd/x86/10.2)
> ['dev-libs/libressl:=', 'dev-libs/libressl:=', 'dev-lang/luajit:2=']
> [...]
>    www-servers/nginx/nginx-1.9.10-r2.ebuild: RDEPEND: ~x86-fbsd(default/bsd/fbsd/x86/10.2)
> ['dev-libs/libressl:=', 'dev-libs/libressl:=', 'dev-lang/luajit:2=']
> RepoMan sez: "You're only giving me a partial QA payment?
>               I'll take it this time, but I'm not happy."
>
Comment 1 Thomas Deutschmann (RETIRED) gentoo-dev 2016-08-23 12:14:02 UTC
package.use.mask now applied:

> commit adab8b64d946310c7d1be3866494d8e8dbd6d254
> Author: Thomas Deutschmann
> Date:   Tue Aug 23 14:10:20 2016 +0200
> 
>     profiles: Add package.use.mask for www-servers/nginx on fbsd
> 
>     Cannot use "libressl" because dev-libs/libressl is a base package on
>     fbsd.
> 
>     Cannot use "luajit" because dev-lang/luajit isn't keyworded on fbsd.
> 
>     Gentoo-Bug: https://bugs.gentoo.org/574128