diff options
author | 0xd34df00d <0xd34df00d@gmail.com> | 2020-04-11 01:49:33 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-06 14:50:43 +0300 |
commit | fbea1ed6bea834ee653a75ea4967ddb07b5b0110 (patch) | |
tree | 2c1294a9cf62de3fcd7a8e308948aa1ab35f3695 /app-leechcraft | |
parent | app-leechcraft/lc-touchstreams: bump to EAPI=7 (diff) | |
download | gentoo-fbea1ed6bea834ee653a75ea4967ddb07b5b0110.tar.gz gentoo-fbea1ed6bea834ee653a75ea4967ddb07b5b0110.tar.bz2 gentoo-fbea1ed6bea834ee653a75ea4967ddb07b5b0110.zip |
app-leechcraft/lc-advancednotifications: EAPI=7
Also better einfo at the end.
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild b/app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild index c03c73b8c29a..5fc44a7b865e 100644 --- a/app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild +++ b/app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit leechcraft @@ -16,7 +16,7 @@ DEPEND="~app-leechcraft/lc-core-${PV} RDEPEND="${DEPEND}" pkg_postinst() { - einfo "Advanced Notifications supports playing sounds on various" - einfo "events. Install some media playback plugin to enjoy this" + einfo "Advanced Notifications supports playing sounds as a notification" + einfo "method. Consider installing a media playback plugin to enjoy this" einfo "feature (app-leechcraft/lc-lmp will do, for example)." } |