diff options
author | Sam James <sam@gentoo.org> | 2021-05-14 01:37:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-14 01:38:19 +0100 |
commit | 4de4119fb338c0528186563774f45313135ddae8 (patch) | |
tree | 2da5b206c6fe97498279f9e7fbb065a7ffb3faa4 /x11-misc | |
parent | dev-libs/log4cxx: drop 0.10.0-r1 (diff) | |
download | gentoo-4de4119fb338c0528186563774f45313135ddae8.tar.gz gentoo-4de4119fb338c0528186563774f45313135ddae8.tar.bz2 gentoo-4de4119fb338c0528186563774f45313135ddae8.zip |
x11-misc/dunst: Stabilize 1.6.1 amd64, #790068
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/dunst/dunst-1.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/dunst/dunst-1.6.1.ebuild b/x11-misc/dunst/dunst-1.6.1.ebuild index 9e6ef65b51bb..1f2b186036c5 100644 --- a/x11-misc/dunst/dunst-1.6.1.ebuild +++ b/x11-misc/dunst/dunst-1.6.1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/dunst-project/dunst" else SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm ~x86" fi LICENSE="BSD" |