diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-08-02 18:45:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-08-02 18:45:46 +0000 |
commit | 82422f697f481baa8f92ea195095ad6215e954da (patch) | |
tree | caf57694376e78090680051e3b38d446e0824df2 | |
parent | Stable for x86, wrt bug #555636 (diff) | |
download | gentoo-2-82422f697f481baa8f92ea195095ad6215e954da.tar.gz gentoo-2-82422f697f481baa8f92ea195095ad6215e954da.tar.bz2 gentoo-2-82422f697f481baa8f92ea195095ad6215e954da.zip |
Stable for x86, wrt bug #555636
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
-rw-r--r-- | media-gfx/iscan/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/iscan/iscan-2.30.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/iscan/ChangeLog b/media-gfx/iscan/ChangeLog index cf3bb50b95c1..d248e400489b 100644 --- a/media-gfx/iscan/ChangeLog +++ b/media-gfx/iscan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/iscan # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.59 2015/07/31 15:12:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.60 2015/08/02 18:45:46 ago Exp $ + + 02 Aug 2015; Agostino Sarubbo <ago@gentoo.org> iscan-2.30.1.1.ebuild: + Stable for x86, wrt bug #555636 31 Jul 2015; Agostino Sarubbo <ago@gentoo.org> iscan-2.30.1.1.ebuild: Stable for amd64, wrt bug #555636 diff --git a/media-gfx/iscan/iscan-2.30.1.1.ebuild b/media-gfx/iscan/iscan-2.30.1.1.ebuild index ceb0bf1e0637..47f332c6ef3f 100644 --- a/media-gfx/iscan/iscan-2.30.1.1.ebuild +++ b/media-gfx/iscan/iscan-2.30.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.30.1.1.ebuild,v 1.2 2015/07/31 15:12:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.30.1.1.ebuild,v 1.3 2015/08/02 18:45:46 ago Exp $ EAPI="5" @@ -21,7 +21,7 @@ inherit eutils flag-o-matic autotools versionator # TODO: # (re)add closed-source binary modules which are needed for some scanners. -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" MY_PV="$(get_version_component_range 1-3)" MY_PVR="$(replace_version_separator 3 -)" |