Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/smb4k/
Date: Sun, 07 Nov 2021 18:04:39
Message-Id: 1636308262.0e18a5fda35aae59b63c0329fd221a62d5463447.jsmolic@gentoo
1 commit: 0e18a5fda35aae59b63c0329fd221a62d5463447
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 18:04:22 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 18:04:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e18a5fd
7
8 net-misc/smb4k: Stabilize 3.1.1 amd64, #822309
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-misc/smb4k/smb4k-3.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/smb4k/smb4k-3.1.1.ebuild b/net-misc/smb4k/smb4k-3.1.1.ebuild
16 index 3e9d2621543..e68470d957c 100644
17 --- a/net-misc/smb4k/smb4k-3.1.1.ebuild
18 +++ b/net-misc/smb4k/smb4k-3.1.1.ebuild
19 @@ -14,7 +14,7 @@ https://sourceforge.net/p/smb4k/home/Home/"
20
21 if [[ ${KDE_BUILD_TYPE} = release ]]; then
22 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="amd64 ~x86"
25 fi
26
27 LICENSE="GPL-2"