Skip to content

Commit

Permalink
Fix ruffle integration test
Browse files Browse the repository at this point in the history
No clue why the results changed but *shrug*.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
  • Loading branch information
mgorny committed Jan 29, 2025
1 parent 6a2b837 commit 7a5b9ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions integration_test/license-mapping.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ MIT = MIT
MIT-0 = MIT-0
MPL-2.0 = MPL-2.0
OFL-1.1 = OFL-1.1
Ubuntu-font-1.0 = UbuntuFontLicense-1.0
Unicode-DFS-2016 = Unicode-DFS-2016
Zlib = ZLIB
3 changes: 2 additions & 1 deletion integration_test/ruffle_core-0.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,8 @@ LICENSE="|| ( Apache-2.0 MIT )"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0
CC0-1.0 ISC MIT MPL-2.0 OFL-1.1 Unicode-DFS-2016 ZLIB
CC0-1.0 ISC MIT MPL-2.0 OFL-1.1 UbuntuFontLicense-1.0
Unicode-DFS-2016 ZLIB
"
SLOT="0"
KEYWORDS="~amd64"
3 changes: 1 addition & 2 deletions integration_test/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ class Package(typing.NamedTuple):
"video/software", "web", "web/common",
"web/packages/extension/safari", "wstr"]
],
has_crates_without_license=True,
uses_licenseref=True),
has_crates_without_license=True),
"rustworkx-0.12.1.ebuild": Package(
url="https://files.pythonhosted.org/packages/17/e6/"
"924967efd523c0bfed2868b62c334a3339f21fba0ac4b447089731312159/"
Expand Down

0 comments on commit 7a5b9ff

Please sign in to comment.