diff options
author | 2015-02-01 13:42:12 +0000 | |
---|---|---|
committer | 2015-02-01 13:42:12 +0000 | |
commit | aa78c31f820ccc8735854e8295edb6f874a1c727 (patch) | |
tree | 00d3a29cc3a7ec94bcff77e058a2f0a5dce7f0c8 /sys-apps/usbredir | |
parent | Stable for x86, wrt bug #530526 (diff) | |
download | gentoo-2-aa78c31f820ccc8735854e8295edb6f874a1c727.tar.gz gentoo-2-aa78c31f820ccc8735854e8295edb6f874a1c727.tar.bz2 gentoo-2-aa78c31f820ccc8735854e8295edb6f874a1c727.zip |
Stable for x86, wrt bug #535654
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/usbredir')
-rw-r--r-- | sys-apps/usbredir/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/usbredir/usbredir-0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/usbredir/ChangeLog b/sys-apps/usbredir/ChangeLog index 759940fad2fa..2f087d2a10c9 100644 --- a/sys-apps/usbredir/ChangeLog +++ b/sys-apps/usbredir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/usbredir # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/ChangeLog,v 1.40 2015/01/31 11:44:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/ChangeLog,v 1.41 2015/02/01 13:42:12 ago Exp $ + + 01 Feb 2015; Agostino Sarubbo <ago@gentoo.org> usbredir-0.7.ebuild: + Stable for x86, wrt bug #535654 31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> usbredir-0.7.ebuild: Stable for amd64, wrt bug #535654 diff --git a/sys-apps/usbredir/usbredir-0.7.ebuild b/sys-apps/usbredir/usbredir-0.7.ebuild index 7723e4f64e3e..2551215f1909 100644 --- a/sys-apps/usbredir/usbredir-0.7.ebuild +++ b/sys-apps/usbredir/usbredir-0.7.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/sys-apps/usbredir/usbredir-0.7.ebuild,v 1.2 2015/01/31 11:44:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/usbredir-0.7.ebuild,v 1.3 2015/02/01 13:42:12 ago Exp $ EAPI=5 inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://spice-space.org/download/${PN}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="static-libs" RDEPEND=">=dev-libs/libusb-1.0.19" |