dev-python/lyricwikia: Add disclaimer as requested by author

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-10 16:41:35 +01:00
parent 3846236ca3
commit adbf0875ff

View File

@@ -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"
}