Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939850 - media-gfx/gimp-9999 - lua now experimental, option lua changed to type boolean
Summary: media-gfx/gimp-9999 - lua now experimental, option lua changed to type boolean
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sergey Torokhov
URL:
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks:
 
Reported: 2024-09-19 12:49 UTC by jospezial
Modified: 2024-10-05 07:31 UTC (History)
4 users (show)

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


Attachments
gimp-9999.ebuild_lua.patch (gimp-9999.ebuild_lua.patch,641 bytes, patch)
2024-09-19 12:49 UTC, jospezial
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jospezial 2024-09-19 12:49:07 UTC
Created attachment 903336 [details, diff]
gimp-9999.ebuild_lua.patch

https://gitlab.gnome.org/GNOME/gimp/-/commit/78665ca3723f723ac313fdaeef5b62d41ab6b48d


Needed change for the ebuild:
-               $(meson_feature lua)
+               $(meson_use lua)
Comment 1 Sergey Torokhov 2024-09-24 20:36:11 UTC
Thanks for report!
Comment 2 tacokoneko 2024-10-01 23:30:19 UTC
I encountered the error so I tested the patch and it fixes the problem for me, thanks!
Comment 3 Larry the Git Cow gentoo-dev 2024-10-05 07:31:31 UTC
The bug has been closed via the following commit(s):

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

commit c88b46eda51200d7c8e5053b7b9b49e8d27deeb3
Author:     Sergey Torokhov <torokhov-s-a@yandex.ru>
AuthorDate: 2024-09-24 20:22:40 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2024-10-05 07:31:15 +0000

    media-gfx/gimp: 9999, option 'lua' changed to type boolean
    
    Closes: https://bugs.gentoo.org/939850
    Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
    Closes: https://github.com/gentoo/gentoo/pull/38760
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 media-gfx/gimp/gimp-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)