Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
cdb4c55b
Commit
cdb4c55b
authored
7 years ago
by
Victor Berger
Committed by
mujx
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add missing dependencies to gentoo ebuild
parent
d53a564c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/Gentoo/Manifest
+1
-1
1 addition, 1 deletion
dist/Gentoo/Manifest
dist/Gentoo/nheko-9999.ebuild
+7
-3
7 additions, 3 deletions
dist/Gentoo/nheko-9999.ebuild
with
8 additions
and
4 deletions
dist/Gentoo/Manifest
+
1
−
1
View file @
cdb4c55b
EBUILD nheko-9999.ebuild
790
SHA256
d1b8032bbe7d93efb48dac4dc34dbdb5d194a6435c448e3a2591dbcb7f1b9de4 SHA512 27a69788584beaccbb9ff80e229fe80f8f955b16aa6b25271e2ad099c9d18c81f8e2edd06b377dab440494b22814383a080e2c1a0983ad52b376810327a4364c WHIRLPOOL 4fae4e2a628032d3b149ae0778145c20ff1ca4d1d0fa63bb36e0a13ad0f0bea4704500ac5467fe7f311565d347c179862f5b783475cecb4523854506bf2f3421
EBUILD nheko-9999.ebuild
881
SHA256
50f8d8e9aa142e3df5ac50e428474a348e17436ae870ef85832aa0f333d81ac3 SHA512 13d55a80b6447f4ca3d5367eac06d64d07446bd19699e55eb96f8de047a81ea60b5cb7eb78fc143393ec3b1f1741a8f2d17b506353c2f36d1a169884535f4968 WHIRLPOOL 33d3ad79b4fdaa9ff318494c7920e4b3ea3cade63214a6087d550efdf3a87cd8e2839dc36bfaf557b89b59ac65aea57347ae785754c9d58a0cbb5be589bf08ac
This diff is collapsed.
Click to expand it.
dist/Gentoo/nheko-9999.ebuild
+
7
−
3
View file @
cdb4c55b
...
...
@@ -17,9 +17,13 @@ LICENSE="GPL-3"
SLOT
=
"0"
IUSE
=
""
DEPEND
=
">=dev-qt/qtgui-5.7.1
media-libs/fontconfig"
RDEPEND
=
"
${
DEPEND
}
"
RDEPEND
=
">=dev-qt/qtgui-5.7.1
>=dev-qt/qtnetwork-5.7.1
>=dev-qt/linguist-tools-5.7.1
media-libs/fontconfig
dev-db/lmdb"
DEPEND
=
"
${
RDEPEND
}
dev-util/ninja"
src_configure
()
{
cmake-utils_src_configure
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment