Skip to content

Commit

Permalink
net-wireless/btscreenlocker: Fixed missing RDEPEND
Browse files Browse the repository at this point in the history
This revision solves bug #937508

Signed-off-by: Brayan M. Salazar <[email protected]>
  • Loading branch information
brookiestein committed Aug 7, 2024
1 parent 5973306 commit 2a420e7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ dev-qt/qtdbus:5
dev-qt/qtwidgets:5
>=net-wireless/bluez-5.76
"
RDEPEND="${DEPEND}"
RDEPEND="${DEPEND}
dev-qt/qtcore:5
dev-qt/qtgui:5"
BDEPEND="
>=dev-build/cmake-3.28
virtual/pkgconfig
Expand Down

4 comments on commit 2a420e7

@antecrescent
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding a tag Closes: https://bugs.gentoo.org/NNNNNN to your commit message closes the bug #NNNNNN automatically once it gets merged into master.
You can easily add it with pkgdev commit -c NNNNNN.

@brookiestein
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! It's pretty easy to close a bug then. I was thinking on waiting dev being merged into master to close the bug manually, but this is the best way to do that.

Should I make another commit adding that for the bug to close or should I close it manually this time?

@antecrescent
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I make another commit adding that for the bug to close or should I close it manually this time?

Please wait for the bug to get merged into master, then close it manually.

@brookiestein
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect! Thank you for pointing that out! I'll close bugs that way from now on.

Please sign in to comment.