aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-03-10 16:41:35 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-03-10 16:41:35 +0100
commitadbf0875ff4c27b9b8bfd93782b135dbd52c3dc2 (patch)
tree988a9df1d44795e709e2f842216434194cfad805
parentgames-action/multimc: An advanced Qt5 launcher for Minecraft (diff)
downloadguru-adbf0875.tar.gz
guru-adbf0875.tar.bz2
guru-adbf0875.zip
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>
-rw-r--r--dev-python/lyricwikia/lyricwikia-0.1.11.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
index 812fd1c1f..f69d71ea9 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"
+}