diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-20 21:45:26 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-20 21:45:26 +0000 |
commit | 51935ab04ce1b1702cfa20233f7b2d20ea215c66 (patch) | |
tree | 23e4cc55536b775d723d6054306d1aae8669c857 /x11-misc | |
parent | Keyword ~amd64-linux ~x86-linux (diff) | |
download | gentoo-2-51935ab04ce1b1702cfa20233f7b2d20ea215c66.tar.gz gentoo-2-51935ab04ce1b1702cfa20233f7b2d20ea215c66.tar.bz2 gentoo-2-51935ab04ce1b1702cfa20233f7b2d20ea215c66.zip |
Keyword amd64-linux ~x86-linux
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/winswitch/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/winswitch/winswitch-0.12.18-r1.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/winswitch/ChangeLog b/x11-misc/winswitch/ChangeLog index ef0926638e1c..1bf82af6866e 100644 --- a/x11-misc/winswitch/ChangeLog +++ b/x11-misc/winswitch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/winswitch -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.8 2013/08/03 09:45:45 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.9 2014/03/20 21:45:26 bicatali Exp $ + + 20 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> + winswitch-0.12.18-r1.ebuild: + Keyword amd64-linux ~x86-linux 03 Aug 2013; Michał Górny <mgorny@gentoo.org> winswitch-0.12.18.ebuild, winswitch-0.12.18-r1.ebuild: diff --git a/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild b/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild index 3f86a3756eb8..8722d7de3f05 100644 --- a/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild +++ b/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild,v 1.2 2013/08/03 09:45:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild,v 1.3 2014/03/20 21:45:26 bicatali Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://winswitch.org/src/${P}.src.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-python/gst-python[${PYTHON_USEDEP}] @@ -35,7 +35,7 @@ PATCHES=( "${FILESDIR}"/${P}-PIL.patch ) python_prepare_all() { einfo "Remove bundled Vash" rm -rf skel/share/Vash || die - + export PREFIX="${EPREFIX}" distutils-r1_python_prepare_all } |