summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-06-08 12:05:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-06-08 12:05:00 +0000
commite83ff48aace1e52c7a8b49ba1cb53d9b29397a6f (patch)
treef8b90a89f09efe14fad5f5cfecd1baee75e4d4c7 /dev-util/valkyrie/valkyrie-1.2.0.ebuild
parentMask ipod useflag because it requires hal and a usb-eject command. (diff)
downloadgentoo-2-e83ff48aace1e52c7a8b49ba1cb53d9b29397a6f.tar.gz
gentoo-2-e83ff48aace1e52c7a8b49ba1cb53d9b29397a6f.tar.bz2
gentoo-2-e83ff48aace1e52c7a8b49ba1cb53d9b29397a6f.zip
Add ~ppc (okay'd by lu_zero), and use emake for install.
(Portage version: 2.1_rc4-r4)
Diffstat (limited to 'dev-util/valkyrie/valkyrie-1.2.0.ebuild')
-rw-r--r--dev-util/valkyrie/valkyrie-1.2.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/valkyrie/valkyrie-1.2.0.ebuild b/dev-util/valkyrie/valkyrie-1.2.0.ebuild
index 81888faac61a..b0b72873108f 100644
--- a/dev-util/valkyrie/valkyrie-1.2.0.ebuild
+++ b/dev-util/valkyrie/valkyrie-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/valkyrie-1.2.0.ebuild,v 1.1 2006/06/07 20:29:19 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/valkyrie-1.2.0.ebuild,v 1.2 2006/06/08 12:05:00 flameeyes Exp $
inherit eutils qt3
@@ -10,7 +10,7 @@ SRC_URI="http://www.valgrind.org/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc"
IUSE="debug"
DEPEND="$(qt_min_version 3)
@@ -27,7 +27,7 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" docdir="/usr/share/doc/${PF}/html" install
+ emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}/html" install
dodoc README README_DEVELOPERS AUTHORS
}