summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Breuer <jan.breuer@jaybee.cz>2016-07-17 16:40:28 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-08-08 10:14:51 +0200
commita5efdb2ecbab9d33dd9e6667f5edac080c1d5c20 (patch)
tree074ecde20bc636917843fc35c9889dedee07611b /net-misc/ptpd
parentnet-misc/ptpd: correct metadata.xml to contain correct upstream source (diff)
downloadgentoo-a5efdb2ecbab9d33dd9e6667f5edac080c1d5c20.tar.gz
gentoo-a5efdb2ecbab9d33dd9e6667f5edac080c1d5c20.tar.bz2
gentoo-a5efdb2ecbab9d33dd9e6667f5edac080c1d5c20.zip
net-misc/ptpd: fix EROOT, remove redundant eutils inheritance
Closes: https://github.com/gentoo/gentoo/pull/1878 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-misc/ptpd')
-rw-r--r--net-misc/ptpd/ptpd-2.3.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ptpd/ptpd-2.3.1-r1.ebuild b/net-misc/ptpd/ptpd-2.3.1-r1.ebuild
index aa050b168509..003e80bafb51 100644
--- a/net-misc/ptpd/ptpd-2.3.1-r1.ebuild
+++ b/net-misc/ptpd/ptpd-2.3.1-r1.ebuild
@@ -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."
}