diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-23 00:57:28 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-23 00:57:28 -0500 |
commit | 84e2206c300178081f885534cad8dffd2b4a2ad1 (patch) | |
tree | 77a590d8fcfbc2f50c7f400304c2d1a1585ffe5b /gnome-extra | |
parent | gnome-extra/polkit-gnome: drop old EAPI (diff) | |
download | gentoo-84e2206c300178081f885534cad8dffd2b4a2ad1.tar.gz gentoo-84e2206c300178081f885534cad8dffd2b4a2ad1.tar.bz2 gentoo-84e2206c300178081f885534cad8dffd2b4a2ad1.zip |
gnome-extra/polkit-gnome: QA fixes
* lxde dep is no longer relevant
* update homepage
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/polkit-gnome/polkit-gnome-0.105-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-extra/polkit-gnome/polkit-gnome-0.105-r2.ebuild b/gnome-extra/polkit-gnome/polkit-gnome-0.105-r2.ebuild index 9f10eb8f141b..f77d9a56e2a6 100644 --- a/gnome-extra/polkit-gnome/polkit-gnome-0.105-r2.ebuild +++ b/gnome-extra/polkit-gnome/polkit-gnome-0.105-r2.ebuild @@ -2,10 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit gnome.org DESCRIPTION="A dbus session bus service that is used to bring up authentication dialogs" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/polkit" +HOMEPAGE="https://gitlab.freedesktop.org/polkit/polkit/" LICENSE="LGPL-2" SLOT="0" @@ -15,13 +16,12 @@ IUSE="" DEPEND=">=dev-libs/glib-2.30 >=sys-auth/polkit-0.102 x11-libs/gtk+:3" -RDEPEND="${DEPEND} - !lxde-base/lxpolkit" +RDEPEND="${DEPEND}" BDEPEND="dev-util/intltool virtual/pkgconfig sys-devel/gettext" -DOCS=( AUTHORS HACKING NEWS README TODO ) +DOCS=( "AUTHORS HACKING NEWS README TODO" ) src_install() { default |