Skip to content

Commit

Permalink
net-im/whatsapp-for-linux: fix bug 936919
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Clarke <[email protected]>
  • Loading branch information
Thomas Clarke committed Aug 1, 2024
1 parent 56d59d7 commit 7969d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-im/whatsapp-for-linux/whatsapp-for-linux-1.6.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

LANGUAGES="en es it ka nl pt-BR ru tr"
LANGUAGES="es it ka nl pt-BR ru tr"
for lang in ${LANGUAGES}; do
IUSE+=" +l10n_${lang}"
done
Expand Down

2 comments on commit 7969d5f

@antecrescent
Copy link
Contributor

Choose a reason for hiding this comment

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

You can automatically close bugs once the commit gets merged into master by committing with pkgdev commit -c 936919 or by manually adding a Closes: https:bugs.gentoo.org/936919 tag to the commit message.

@colonia-duck
Copy link
Contributor

Choose a reason for hiding this comment

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

Ah i didn't know that thanks 👍

Please sign in to comment.