diff options
author | Sam James <sam@gentoo.org> | 2021-11-04 01:42:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-04 01:43:16 +0000 |
commit | f460f4bfdd6660feb234b79710b536b9aa9a95e6 (patch) | |
tree | 91a71882b8029432368b9f3eb893a19551cbaeb7 /net-dns | |
parent | dev-python/pydecomp: add upstream patch to avoid pixz index (diff) | |
download | gentoo-f460f4bfdd6660feb234b79710b536b9aa9a95e6.tar.gz gentoo-f460f4bfdd6660feb234b79710b536b9aa9a95e6.tar.bz2 gentoo-f460f4bfdd6660feb234b79710b536b9aa9a95e6.zip |
net-dns/avahi: no longer uses intltool (gettext instead)
Revbumping to allow people to depclean intltool and Perl deps
(this is quite a common complaint/request, was the same
with eudev).
Closes: https://bugs.gentoo.org/821094
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/avahi/avahi-0.8-r5.ebuild (renamed from net-dns/avahi/avahi-0.8-r4.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/avahi/avahi-0.8-r4.ebuild b/net-dns/avahi/avahi-0.8-r5.ebuild index 9d623e4c624c..f2ba57953f04 100644 --- a/net-dns/avahi/avahi-0.8-r4.ebuild +++ b/net-dns/avahi/avahi-0.8-r5.ebuild @@ -63,7 +63,7 @@ BDEPEND=" dev-util/glib-utils doc? ( app-doc/doxygen ) app-doc/xmltoman - dev-util/intltool + sys-devel/gettext virtual/pkgconfig " |