From: Mart Raudsepp Date: Tue, 9 Apr 2019 08:47:57 +0000 (+0300) Subject: sys-fs/udisks: fix LICENSE, ebuild touchups X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2558f3ebf468054fcf2187cc516b717de82ad83e;p=gentoo.git sys-fs/udisks: fix LICENSE, ebuild touchups 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 --- diff --git a/sys-fs/udisks/udisks-2.8.2.ebuild b/sys-fs/udisks/udisks-2.8.2.ebuild index b95599147fc8..50ffc5f311e2 100644 --- a/sys-fs/udisks/udisks-2.8.2.ebuild +++ b/sys-fs/udisks/udisks-2.8.2.ebuild @@ -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 )