diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 14:42:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 14:42:34 +0000 |
commit | 506e081ef0d6cdb181e9f22ba0ef5903cc81f7d0 (patch) | |
tree | 9bb38d7c71f9ff83f9918c25cde66ab230802be1 /sys-apps/usbredir/usbredir-0.6.ebuild | |
parent | Add ~ppc, wrt bug #449220 (diff) | |
download | gentoo-2-506e081ef0d6cdb181e9f22ba0ef5903cc81f7d0.tar.gz gentoo-2-506e081ef0d6cdb181e9f22ba0ef5903cc81f7d0.tar.bz2 gentoo-2-506e081ef0d6cdb181e9f22ba0ef5903cc81f7d0.zip |
Add ~ppc, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/usbredir/usbredir-0.6.ebuild')
-rw-r--r-- | sys-apps/usbredir/usbredir-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/usbredir/usbredir-0.6.ebuild b/sys-apps/usbredir/usbredir-0.6.ebuild index 6e6a1961db5e..8dcfe20b7305 100644 --- a/sys-apps/usbredir/usbredir-0.6.ebuild +++ b/sys-apps/usbredir/usbredir-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/usbredir-0.6.ebuild,v 1.1 2012/12/17 10:14:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/usbredir-0.6.ebuild,v 1.2 2012/12/31 14:42:34 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="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="static-libs" RDEPEND="virtual/libusb:1" |