diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2013-02-20 19:35:26 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2013-02-20 19:35:26 +0000 |
commit | f47cbfd7fe5430f912b58057b58972871aa98cbb (patch) | |
tree | 34e5007d315a625d71431105b82de12811a57fd0 /media-gfx/iscan | |
parent | Version bump #458414 by Per Pomsel. (diff) | |
download | gentoo-2-f47cbfd7fe5430f912b58057b58972871aa98cbb.tar.gz gentoo-2-f47cbfd7fe5430f912b58057b58972871aa98cbb.tar.bz2 gentoo-2-f47cbfd7fe5430f912b58057b58972871aa98cbb.zip |
Fix QA warning (closes bug #458098).
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'media-gfx/iscan')
-rw-r--r-- | media-gfx/iscan/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/iscan/iscan-2.29.1.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-gfx/iscan/ChangeLog b/media-gfx/iscan/ChangeLog index 58af45dbc963..baa9d61527ca 100644 --- a/media-gfx/iscan/ChangeLog +++ b/media-gfx/iscan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/iscan # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.53 2013/02/19 10:39:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.54 2013/02/20 19:35:26 flameeyes Exp $ + + 20 Feb 2013; Diego E. Pettenò <flameeyes@gentoo.org> iscan-2.29.1.5.ebuild: + Fix QA warning (closes bug #458098). *iscan-2.29.1.5 (19 Feb 2013) diff --git a/media-gfx/iscan/iscan-2.29.1.5.ebuild b/media-gfx/iscan/iscan-2.29.1.5.ebuild index c492994f298a..5ecf6959647d 100644 --- a/media-gfx/iscan/iscan-2.29.1.5.ebuild +++ b/media-gfx/iscan/iscan-2.29.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.29.1.5.ebuild,v 1.1 2013/02/19 10:39:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.29.1.5.ebuild,v 1.2 2013/02/20 19:35:26 flameeyes Exp $ EAPI="4" @@ -30,7 +30,7 @@ MY_DOC="userg_revQ" DESCRIPTION="EPSON Image Scan! for Linux (including sane-epkowa backend)" HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX" SRC_URI="http://dev.gentoo.org/~flameeyes/avasys/${PN}_${MY_PVR}.tar.gz - doc? ( http://dev.gentoo.org/~flameeyes/avasys/${MY_DOC}_e.pdf + doc? ( http://dev.gentoo.org/~flameeyes/avasys/${MY_DOC}_e.pdf linguas_ja? ( http://dev.gentoo.org/~flameeyes/avasys/${MY_DOC}_j.pdf ) )" LICENSE="GPL-2 AVASYS" @@ -145,7 +145,7 @@ src_install() { die "Can't find GIMP plugin directory." fi dodir "${plugindir}" - dosym /usr/bin/iscan "${plugindir}" + dosym /usr/bin/iscan "${plugindir}"/iscan fi # install desktop entry |