From adbf0875ff4c27b9b8bfd93782b135dbd52c3dc2 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 10 Mar 2020 16:41:35 +0100 Subject: [PATCH] dev-python/lyricwikia: Add disclaimer as requested by author Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan --- dev-python/lyricwikia/lyricwikia-0.1.11.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild index 812fd1c1f8..f69d71ea91 100644 --- a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild +++ b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild @@ -26,3 +26,7 @@ RDEPEND=" PATCHES="${FILESDIR}/${P}-skip-online-test.patch" distutils_enable_tests pytest + +pkg_postinst() { + elog "Note that access to LyricWikia through this API (and products that use this API) should comply to the LyricWikia terms of use" +}