app-leechcraft/lc-advancednotifications: EAPI=7
author0xd34df00d <0xd34df00d@gmail.com>
Fri, 10 Apr 2020 23:49:33 +0000 (01:49 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Wed, 6 May 2020 11:50:43 +0000 (14:50 +0300)
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>
app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild

index c03c73b8c29aac96acccf27930cc9dc827f43215..5fc44a7b865ee17797c6ab0db8447200d8c01f80 100644 (file)
@@ -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)."
 }