Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906323 - dev-libs/apache-arrow: typo in metadata.xml USE flag description
Summary: dev-libs/apache-arrow: typo in metadata.xml USE flag description
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Tupone Alfredo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-14 09:01 UTC by Andreas Thalhammer
Modified: 2023-05-15 07:37 UTC (History)
0 users

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


Attachments
patch to fix the typo in metadata.xml of dev-libs/apache-arrow (typo-fix.patch,576 bytes, patch)
2023-05-14 09:04 UTC, Andreas Thalhammer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Thalhammer 2023-05-14 09:01:58 UTC
Simple typo in USE=brotli for dev-libs/apache-arrow:
"Enable brotli compression suppor" should read "Enable brotli compression support" (the t at the end is missing)

Reproducible: Always
Comment 1 Andreas Thalhammer 2023-05-14 09:04:02 UTC
Created attachment 861663 [details, diff]
patch to fix the typo in metadata.xml of dev-libs/apache-arrow

I know this is trivial and a patch isn't really necessary, but I wanted to try if I'm still able to correctly invoke diff...
Comment 2 Larry the Git Cow gentoo-dev 2023-05-14 15:49:12 UTC
The bug has been closed via the following commit(s):

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

commit 90f0d878f77aca304ad86f73ed0c9b18b5497102
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2023-05-14 15:48:05 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2023-05-14 15:48:50 +0000

    dev-libs/apache-arrow: fix metadata.xml spelling
    
    Closes: https://bugs.gentoo.org/906323
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-libs/apache-arrow/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Andreas Thalhammer 2023-05-15 07:37:58 UTC
Thanks!