diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:29:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:04 +0200 |
commit | 8ec2798e530d01823b84f1f2401c8431acde5791 (patch) | |
tree | a906924bceebf8b356983c5fb760864a00d3d4ab | |
parent | media-gfx/tuxpaint: Drop superfluous optfeature header (diff) | |
download | gentoo-8ec2798e530d01823b84f1f2401c8431acde5791.tar.gz gentoo-8ec2798e530d01823b84f1f2401c8431acde5791.tar.bz2 gentoo-8ec2798e530d01823b84f1f2401c8431acde5791.zip |
media-gfx/sane-backends: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.0.30-r2.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.0.31.ebuild | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/media-gfx/sane-backends/sane-backends-1.0.30-r2.ebuild b/media-gfx/sane-backends/sane-backends-1.0.30-r2.ebuild index 514150eb9ec7..58731276ddaa 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.30-r2.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.30-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -335,7 +335,6 @@ multilib_src_install_all() { } pkg_postinst() { - elog "Optional backends:" optfeature "Epson-specific backend" media-gfx/iscan optfeature "HP-specific backend" net-print/hplip diff --git a/media-gfx/sane-backends/sane-backends-1.0.31.ebuild b/media-gfx/sane-backends/sane-backends-1.0.31.ebuild index 0590455f10a6..d315d3ef741e 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.31.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.31.ebuild @@ -350,7 +350,6 @@ multilib_src_install_all() { } pkg_postinst() { - elog "Optional backends:" optfeature "Epson-specific backend" media-gfx/iscan optfeature "HP-specific backend" net-print/hplip |