-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gui-apps/organicmaps: fix compilation #293
Conversation
497b3a1
to
52f5a48
Compare
52f5a48
to
aa16cf7
Compare
please review. |
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_{11..12} ) | ||
PYTHON_COMPAT=( python3_{7..13} ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{11...13}
KEYWORDS="~amd64" | ||
fi | ||
|
||
LICENSE="Apache-2.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the README of the repo You may use this code under either the Apache License 2.0 or the Boost Software License 1.0.
, this should reflect in the ebuild `LICENSE="|| ( Apache-2.0 Boost-1.0 )"
Please add a versioned ebuild for organicamps. in the last PR seems the problem was that fast_double_parser had no releases, seems now it got fixed. |
27e77e5
to
da940f8
Compare
will add it first |
da940f8
to
80bb697
Compare
I need this as a dependency for gui-apps/organicmaps Was discussed here gentoo#293 Signed-off-by: Vitaly Zdanevich <[email protected]>
I need this as a dependency for gui-apps/organicmaps Was discussed here gentoo#293 Signed-off-by: Vitaly Zdanevich <[email protected]>
I need this as a dependency for gui-apps/organicmaps Was discussed here #293 Signed-off-by: Vitaly Zdanevich <[email protected]> Closes: #295 Signed-off-by: David Roman <[email protected]>
Using parts from #185