Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/
Date: Fri, 14 May 2021 00:38:35
Message-Id: 1620952700.1959b45c17d25cf770763977378430b93ccaa49d.sam@gentoo
1 commit: 1959b45c17d25cf770763977378430b93ccaa49d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 14 00:38:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 00:38:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1959b45c
7
8 x11-misc/dunst: Stabilize 1.6.1 x86, #790068
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-misc/dunst/dunst-1.6.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/dunst/dunst-1.6.1.ebuild b/x11-misc/dunst/dunst-1.6.1.ebuild
16 index 1f2b186036c..fb0a1988036 100644
17 --- a/x11-misc/dunst/dunst-1.6.1.ebuild
18 +++ b/x11-misc/dunst/dunst-1.6.1.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
20 EGIT_REPO_URI="https://github.com/dunst-project/dunst"
21 else
22 SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="amd64 ~arm ~x86"
24 + KEYWORDS="amd64 ~arm x86"
25 fi
26
27 LICENSE="BSD"