net-misc/ptpd: fix EROOT, remove redundant eutils inheritance
authorJan Breuer <jan.breuer@jaybee.cz>
Sun, 17 Jul 2016 14:40:28 +0000 (16:40 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 8 Aug 2016 08:14:51 +0000 (10:14 +0200)
Closes: https://github.com/gentoo/gentoo/pull/1878

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
net-misc/ptpd/ptpd-2.3.1-r1.ebuild

index aa050b168509a97dcbbc17a23173fbb3e94a8e1b..003e80bafb51d2eb953e86febbfaf19e8ac40c10 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit autotools eutils flag-o-matic systemd
+inherit autotools flag-o-matic systemd
 
 DESCRIPTION="Precision Time Protocol daemon"
 HOMEPAGE="https://github.com/ptpd/ptpd"
@@ -56,5 +56,5 @@ src_install() {
 
 pkg_postinst() {
        elog "Do not forget to setup correct network interface."
-       elog "Change the config file /etc/ptpd2.conf to suit your needs."
+       elog "Change the config file ${EROOT}etc/ptpd2.conf to suit your needs."
 }