diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-04-09 11:47:57 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-04-09 14:40:53 +0300 |
commit | 2558f3ebf468054fcf2187cc516b717de82ad83e (patch) | |
tree | 0f6047d083989685fe5e4878018feb79ef0f77a7 /sys-fs | |
parent | net-fs/samba: Removed unused digest entry. (diff) | |
download | gentoo-2558f3ebf468054fcf2187cc516b717de82ad83e.tar.gz gentoo-2558f3ebf468054fcf2187cc516b717de82ad83e.tar.bz2 gentoo-2558f3ebf468054fcf2187cc516b717de82ad83e.zip |
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 <leio@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udisks/udisks-2.8.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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 ) |