diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-25 12:08:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-25 12:08:10 +0000 |
commit | f879c6ab655587fe62541091b508c7f7f6c1cb43 (patch) | |
tree | 349341188454dd86257a20516d229e684f5f1878 /sys-apps/usbredir | |
parent | Stable for x86, wrt bug #453284 (diff) | |
download | gentoo-2-f879c6ab655587fe62541091b508c7f7f6c1cb43.tar.gz gentoo-2-f879c6ab655587fe62541091b508c7f7f6c1cb43.tar.bz2 gentoo-2-f879c6ab655587fe62541091b508c7f7f6c1cb43.zip |
Stable for x86, wrt bug #453284
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/usbredir')
-rw-r--r-- | sys-apps/usbredir/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/usbredir/usbredir-0.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/usbredir/ChangeLog b/sys-apps/usbredir/ChangeLog index 87b1baf6352a..096aaed6a1ed 100644 --- a/sys-apps/usbredir/ChangeLog +++ b/sys-apps/usbredir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/usbredir # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/ChangeLog,v 1.27 2013/01/25 12:07:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/ChangeLog,v 1.28 2013/01/25 12:08:10 ago Exp $ + + 25 Jan 2013; Agostino Sarubbo <ago@gentoo.org> usbredir-0.4.4.ebuild: + Stable for x86, wrt bug #453284 25 Jan 2013; Agostino Sarubbo <ago@gentoo.org> usbredir-0.4.4.ebuild: Stable for amd64, wrt bug #453284 diff --git a/sys-apps/usbredir/usbredir-0.4.4.ebuild b/sys-apps/usbredir/usbredir-0.4.4.ebuild index 4cecda7e12d1..da5b3a3c7a23 100644 --- a/sys-apps/usbredir/usbredir-0.4.4.ebuild +++ b/sys-apps/usbredir/usbredir-0.4.4.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/sys-apps/usbredir/usbredir-0.4.4.ebuild,v 1.2 2013/01/25 12:07:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/usbredir-0.4.4.ebuild,v 1.3 2013/01/25 12:08:10 ago Exp $ EAPI=4 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="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="static-libs" RDEPEND="virtual/libusb:1" |