summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-27 21:44:58 +0100
committerSam James <sam@gentoo.org>2021-08-27 21:45:35 +0100
commitd31c5d2680a9f2355603f63f65c5603e7b6ca9b2 (patch)
treed1fbf32b062ffb7f2dfb3200cf6bdaf6af632489
parentdev-libs/libxmlb: subscribe to snowball-stemmer subslot (diff)
downloadgentoo-d31c5d2680a9f2355603f63f65c5603e7b6ca9b2.tar.gz
gentoo-d31c5d2680a9f2355603f63f65c5603e7b6ca9b2.tar.bz2
gentoo-d31c5d2680a9f2355603f63f65c5603e7b6ca9b2.zip
dev-libs/appstream-glib: subscribe to snowball-stemmer subslot
We need to be rebuilt when snowball-stemmer changes ABI. Bug: https://bugs.gentoo.org/719402 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-libs/appstream-glib/appstream-glib-0.7.18-r1.ebuild (renamed from dev-libs/appstream-glib/appstream-glib-0.7.18.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/appstream-glib/appstream-glib-0.7.18.ebuild b/dev-libs/appstream-glib/appstream-glib-0.7.18-r1.ebuild
index 448126df5f48..f81e79bb94a5 100644
--- a/dev-libs/appstream-glib/appstream-glib-0.7.18.ebuild
+++ b/dev-libs/appstream-glib/appstream-glib-0.7.18-r1.ebuild
@@ -17,7 +17,7 @@ IUSE="gtk-doc fonts +introspection stemmer"
RDEPEND="
>=dev-libs/glib-2.58.0:2
sys-apps/util-linux
- app-arch/libarchive
+ app-arch/libarchive:=
>=net-libs/libsoup-2.51.92:2.4
>=dev-libs/json-glib-1.1.2
>=x11-libs/gdk-pixbuf-2.31.5:2[introspection?]
@@ -26,7 +26,7 @@ RDEPEND="
>=media-libs/freetype-2.4:2 )
>=media-libs/fontconfig-2.11:1.0
dev-libs/libyaml
- stemmer? ( dev-libs/snowball-stemmer )
+ stemmer? ( dev-libs/snowball-stemmer:= )
x11-libs/pango
introspection? ( >=dev-libs/gobject-introspection-1.54:= )
"
@@ -44,7 +44,7 @@ BDEPEND="
)
>=sys-devel/gettext-0.19.8
"
-# ${PN} superseeds appdata-tools
+# ${PN} supersedes appdata-tools
RDEPEND="${RDEPEND}
!<dev-util/appdata-tools-0.1.8-r1
"