diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-01-18 20:58:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 10:49:54 +0000 |
commit | c3937de2097da628bb647ec3d2e83f462cc18af2 (patch) | |
tree | 96c6f231b6333c8768fe1d7e75252ab64d35ed63 /mate-extra | |
parent | mate-extra/mate-netbook: add myself as a maintainer (diff) | |
download | gentoo-c3937de2097da628bb647ec3d2e83f462cc18af2.tar.gz gentoo-c3937de2097da628bb647ec3d2e83f462cc18af2.tar.bz2 gentoo-c3937de2097da628bb647ec3d2e83f462cc18af2.zip |
mate-extra/mate-polkit: ebuild clean up
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild index 8af3fa7a97ab..a9a3ecf178df 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild @@ -8,8 +8,6 @@ inherit mate MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -else - KEYWORDS="" fi DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" @@ -37,7 +35,7 @@ BDEPEND="${COMMON_DEPEND} virtual/pkgconfig" PATCHES=( - "${FILESDIR}"/${PN}-1.27.1-configure.patch + "${FILESDIR}"/${PN}-1.27.1-configure.patch ) src_configure() { |