diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-09 19:10:35 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-09 19:45:41 -0400 |
commit | a11c5051097f598f1ebcb41555098c96fd589e1f (patch) | |
tree | eb2b66e6ddef104000caa5254a9fc721faead8cc | |
parent | mate-base/mate-panel: Drop old (diff) | |
download | gentoo-mate-a11c5051097f598f1ebcb41555098c96fd589e1f.tar.gz gentoo-mate-a11c5051097f598f1ebcb41555098c96fd589e1f.tar.bz2 gentoo-mate-a11c5051097f598f1ebcb41555098c96fd589e1f.zip |
x11-misc/mate-notification-daemon: Stabilize 1.24.1 for amd64,x86
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
-rw-r--r-- | x11-misc/mate-notification-daemon/mate-notification-daemon-1.24.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.24.1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.24.1.ebuild index b419b74..c39f4ba 100644 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.24.1.ebuild +++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.24.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes" inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="MATE Notification daemon" |