diff options
author | Michael Weber <xmw@gentoo.org> | 2017-02-28 22:06:54 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-02-28 22:06:54 +0100 |
commit | 0cfb4798f5c891854234b059f3efe4f9533d73e4 (patch) | |
tree | e30ae1756fe15b17737e4a17152ac6fb86b3a626 /media-sound | |
parent | kde-frameworks/kio: Remove 5.31.0 (r0) (diff) | |
download | gentoo-0cfb4798f5c891854234b059f3efe4f9533d73e4.tar.gz gentoo-0cfb4798f5c891854234b059f3efe4f9533d73e4.tar.bz2 gentoo-0cfb4798f5c891854234b059f3efe4f9533d73e4.zip |
media-sound/umurmur: Fix DOC_CONTENTS location of umurmur.conf.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/umurmur/umurmur-0.2.16a-r1.ebuild | 6 | ||||
-rw-r--r-- | media-sound/umurmur/umurmur-0.2.16a.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild b/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild index b573045baa31..b8464e0867d2 100644 --- a/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild +++ b/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,8 +26,8 @@ DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2 RDEPEND="${DEPEND}" DOC_CONTENTS=" - A configuration file has been installed at /etc/umurmur.conf - you may - want to review it. See also\n + A configuration file has been installed at /etc/umurmur/umurmur.conf - you + may want to review it. See also\n https://github.com/umurmur/umurmur/wiki/Configuration " pkg_pretend() { diff --git a/media-sound/umurmur/umurmur-0.2.16a.ebuild b/media-sound/umurmur/umurmur-0.2.16a.ebuild index d5bdc2444746..d5a3eb1f3141 100644 --- a/media-sound/umurmur/umurmur-0.2.16a.ebuild +++ b/media-sound/umurmur/umurmur-0.2.16a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,8 +23,8 @@ DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2 RDEPEND="${DEPEND}" DOC_CONTENTS=" - A configuration file has been installed at /etc/umurmur.conf - you may - want to review it. See also\n + A configuration file has been installed at /etc/umurmur/umurmur.conf - you + may want to review it. See also\n https://github.com/umurmur/umurmur/wiki/Configuration " pkg_setup() { |