summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2021-04-12 01:22:18 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2021-04-12 01:22:18 +0000
commit9a42bf8cb751ca452b155ea4360b780a32e5aaa4 (patch)
treee3ca750ce1369b6ea56f79567621e9960bf6d57c /net-p2p
parent2021-04-12 01:05:12 UTC (diff)
parentnet-p2p/fms: eutils->edos2unix (diff)
downloadgentoo-9a42bf8cb751ca452b155ea4360b780a32e5aaa4.tar.gz
gentoo-9a42bf8cb751ca452b155ea4360b780a32e5aaa4.tar.bz2
gentoo-9a42bf8cb751ca452b155ea4360b780a32e5aaa4.zip
Merge updates from master
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/fms/fms-0.3.82.ebuild4
-rw-r--r--net-p2p/gtk-gnutella/gtk-gnutella-1.2.0-r1.ebuild3
2 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/fms/fms-0.3.82.ebuild b/net-p2p/fms/fms-0.3.82.ebuild
index 574d26fb3ac5..e01b2b22cd0b 100644
--- a/net-p2p/fms/fms-0.3.82.ebuild
+++ b/net-p2p/fms/fms-0.3.82.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-inherit eutils cmake-utils user
+inherit edos2unix cmake-utils user
DESCRIPTION="A spam-resistant message board application for Freenet"
#FMS oly has a homepage within freenet, so the closest is a wiki linking to it
diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-1.2.0-r1.ebuild b/net-p2p/gtk-gnutella/gtk-gnutella-1.2.0-r1.ebuild
index e0ec40538bc0..8b1a4a31ab81 100644
--- a/net-p2p/gtk-gnutella/gtk-gnutella-1.2.0-r1.ebuild
+++ b/net-p2p/gtk-gnutella/gtk-gnutella-1.2.0-r1.ebuild
@@ -3,8 +3,7 @@
EAPI=7
-# eutils: strip-linguas
-inherit eutils toolchain-funcs
+inherit l10n toolchain-funcs
IUSE="nls dbus ssl +gtk"