sys-fs/udisks: fix LICENSE, ebuild touchups
authorMart Raudsepp <leio@gentoo.org>
Tue, 9 Apr 2019 08:47:57 +0000 (11:47 +0300)
committerMart Raudsepp <leio@gentoo.org>
Tue, 9 Apr 2019 11:40:53 +0000 (14:40 +0300)
2.8.2 dropped gnome-common use in configure.ac, so that won't be
needed with an eautoreconf.
Add explicit gettext minimum dep as expressed in configure.ac.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
sys-fs/udisks/udisks-2.8.2.ebuild

index b95599147fc8143e72be50b04766a10431bbec74..50ffc5f311e242be5003994c76f2bc94f8980abc 100644 (file)
@@ -8,7 +8,7 @@ DESCRIPTION="Daemon providing interfaces to work with storage devices"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/udisks"
 SRC_URI="https://github.com/storaged-project/udisks/releases/download/${P}/${P}.tar.bz2"
 
-LICENSE="GPL-2"
+LICENSE="LGPL-2+ GPL-2+"
 SLOT="2"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="acl debug elogind +introspection lvm nls selinux systemd vdo"
@@ -43,11 +43,10 @@ BDEPEND="
        >=dev-util/gdbus-codegen-2.32
        >=dev-util/gtk-doc-am-1.3
        virtual/pkgconfig
-       nls? ( sys-devel/gettext )
+       nls? ( >=sys-devel/gettext-0.19.8 )
 "
 # If adding a eautoreconf, then these might be needed at buildtime:
 # dev-libs/gobject-introspection-common
-# gnome-base/gnome-common:3
 # sys-devel/autoconf-archive
 
 DOCS=( AUTHORS HACKING NEWS README.md )