diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 19:23:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:38 +0100 |
commit | 9ee5745a592d04dcd34502762ffffb1bcd4d4c63 (patch) | |
tree | a1ec1660da911a69f09f752908a1083192acbf40 /media-gfx/xsane | |
parent | media-gfx/tachyon: eutils->epatch (diff) | |
download | gentoo-9ee5745a592d04dcd34502762ffffb1bcd4d4c63.tar.gz gentoo-9ee5745a592d04dcd34502762ffffb1bcd4d4c63.tar.bz2 gentoo-9ee5745a592d04dcd34502762ffffb1bcd4d4c63.zip |
media-gfx/xsane: eutils->{desktop, epatch, l10n}
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/xsane')
-rw-r--r-- | media-gfx/xsane/xsane-0.999-r3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-gfx/xsane/xsane-0.999-r3.ebuild b/media-gfx/xsane/xsane-0.999-r3.ebuild index 08d3756194f8..f6c406558796 100644 --- a/media-gfx/xsane/xsane-0.999-r3.ebuild +++ b/media-gfx/xsane/xsane-0.999-r3.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils toolchain-funcs -DESCRIPTION="graphical scanning frontend" +inherit autotools desktop epatch l10n toolchain-funcs + +DESCRIPTION="Graphical scanning frontend" HOMEPAGE="http://www.xsane.org/" SRC_URI=" http://www.xsane.org/download/${P}.tar.gz |