diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-13 20:49:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-13 21:25:01 +0200 |
commit | 2785de0f2450565c828386adda3a859372fcad2f (patch) | |
tree | a666dfd12e0d6cb436d9f237e40c0ee35e3a3a32 /dev-libs/appstream | |
parent | dev-libs/appstream: Fix build with USE !test (diff) | |
download | kde-2785de0f2450565c828386adda3a859372fcad2f.tar.gz kde-2785de0f2450565c828386adda3a859372fcad2f.tar.bz2 kde-2785de0f2450565c828386adda3a859372fcad2f.zip |
dev-libs/appstream: Add missing DEPEND, raise min dev-libs/glib to 2.54
Backport from Gentoo ebuild repo; introduced with 0.12.7 version bump.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/appstream')
-rw-r--r-- | dev-libs/appstream/appstream-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/appstream/appstream-9999.ebuild b/dev-libs/appstream/appstream-9999.ebuild index 669548c9d8..3de4ee41a3 100644 --- a/dev-libs/appstream/appstream-9999.ebuild +++ b/dev-libs/appstream/appstream-9999.ebuild @@ -26,7 +26,8 @@ IUSE="apt +introspection qt5 test" RESTRICT="!test? ( test )" DEPEND=" - dev-libs/glib:2 + dev-db/lmdb:= + >=dev-libs/glib-2.54:2 dev-libs/libxml2:2 dev-libs/libyaml dev-libs/snowball-stemmer |