diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-08-12 22:19:18 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-08-12 22:19:18 +0000 |
commit | 220db45432daed3f4c989d5b5c5e8050264af796 (patch) | |
tree | 4487f0c27862bfd380365de9e277bdf1dab9c929 /net-p2p/transmission/transmission-2.61.ebuild | |
parent | Switch from QA_PRESTRIPPED to QA_PREBUILT since these files are actually preb... (diff) | |
download | gentoo-2-220db45432daed3f4c989d5b5c5e8050264af796.tar.gz gentoo-2-220db45432daed3f4c989d5b5c5e8050264af796.tar.bz2 gentoo-2-220db45432daed3f4c989d5b5c5e8050264af796.zip |
added prefix keywords
(Portage version: 2.2.0_alpha121/cvs/Linux i686)
Diffstat (limited to 'net-p2p/transmission/transmission-2.61.ebuild')
-rw-r--r-- | net-p2p/transmission/transmission-2.61.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/transmission/transmission-2.61.ebuild b/net-p2p/transmission/transmission-2.61.ebuild index fc0c827f1404..9fad13ef50cf 100644 --- a/net-p2p/transmission/transmission-2.61.ebuild +++ b/net-p2p/transmission/transmission-2.61.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/net-p2p/transmission/transmission-2.61.ebuild,v 1.2 2012/07/27 16:41:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-2.61.ebuild,v 1.3 2012/08/12 22:19:18 ottxor Exp $ EAPI=4 LANGS="en es eu kk lt pt_BR ru" @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then inherit subversion else SRC_URI="http://download.transmissionbt.com/${PN}/files/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux" fi DESCRIPTION="A Fast, Easy and Free BitTorrent client" @@ -141,7 +141,7 @@ src_install() { if use qt4; then pushd qt >/dev/null - emake INSTALL_ROOT="${D}"/usr install + emake INSTALL_ROOT="${ED}"/usr install domenu ${PN}-qt.desktop |