summaryrefslogtreecommitdiff
path: root/media-gfx/scangearmp2/scangearmp2-9999.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@booking.com>2022-07-27 11:42:11 +0200
committerMarcin Deranek <marcin.deranek@booking.com>2022-07-27 11:42:11 +0200
commit32fe41fcfdb0ff85ff0fac3338cae2e059ab2860 (patch)
tree8488b4059c19f7972b61ed3da5c52ac8da81354c /media-gfx/scangearmp2/scangearmp2-9999.ebuild
parent3397787da14a387c8f81a698c6a0981b708c8708 (diff)
downloadportage-32fe41fcfdb0ff85ff0fac3338cae2e059ab2860.tar.gz
portage-32fe41fcfdb0ff85ff0fac3338cae2e059ab2860.tar.bz2
portage-32fe41fcfdb0ff85ff0fac3338cae2e059ab2860.zip
Addressing sanity check warnings
Diffstat (limited to 'media-gfx/scangearmp2/scangearmp2-9999.ebuild')
-rw-r--r--media-gfx/scangearmp2/scangearmp2-9999.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/media-gfx/scangearmp2/scangearmp2-9999.ebuild b/media-gfx/scangearmp2/scangearmp2-9999.ebuild
index 3987e87..feb3417 100644
--- a/media-gfx/scangearmp2/scangearmp2-9999.ebuild
+++ b/media-gfx/scangearmp2/scangearmp2-9999.ebuild
@@ -1,19 +1,18 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
CMAKE_MAKEFILE_GENERATOR="emake"
-inherit cmake desktop eutils git-r3 udev
+inherit cmake desktop git-r3 udev
DESCRIPTION="Canon InkJet Scanner Driver and ScanGear MP for Linux (Pixus/Pixma-Series)."
-HOMEPAGE="https://support-au.canon.com.au/contents/AU/EN/0100303302.html"
+HOMEPAGE="https://github.com/Ordissimo/scangearmp2"
EGIT_REPO_URI="https://github.com/Ordissimo/${PN}.git"
LICENSE="GPL-2"
RESTRICT="mirror"
SLOT="2"
-KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
dev-util/intltool
@@ -41,3 +40,7 @@ src_install() {
pkg_postinst() {
udev_reload
}
+
+pkg_postrm() {
+ udev_reload
+}