diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-10 04:16:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-10 04:16:41 +0000 |
commit | f58fe921c0a2d39c77fb9f8b3a0093608152239a (patch) | |
tree | 8f1ebfb67818a12c82621e6faa419419ad7792c8 /dev-util | |
parent | stabilize for people (diff) | |
download | gentoo-2-f58fe921c0a2d39c77fb9f8b3a0093608152239a.tar.gz gentoo-2-f58fe921c0a2d39c77fb9f8b3a0093608152239a.tar.bz2 gentoo-2-f58fe921c0a2d39c77fb9f8b3a0093608152239a.zip |
amd64 KEYWORDS
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/monotone/monotone-0.16.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-util/monotone/monotone-0.16.ebuild b/dev-util/monotone/monotone-0.16.ebuild index ab2b2981824a..f6530ffc909b 100644 --- a/dev-util/monotone/monotone-0.16.ebuild +++ b/dev-util/monotone/monotone-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.16.ebuild,v 1.3 2005/01/03 21:24:58 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.16.ebuild,v 1.4 2005/03/10 04:16:41 vapier Exp $ inherit eutils flag-o-matic @@ -10,16 +10,14 @@ SRC_URI="http://www.venge.net/monotone/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="amd64 x86" #Target Keywords ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" IUSE="nls" # "doc" -RDEPEND="virtual/libc - >=dev-libs/boost-1.31.0 +RDEPEND=">=dev-libs/boost-1.31.0 dev-libs/popt" - DEPEND="${RDEPEND} >=sys-devel/gcc-3.3.3 sys-devel/gettext @@ -45,7 +43,7 @@ src_test() { } src_install() { - emake DESTDIR=${D} install || die + emake DESTDIR="${D}" install || die # Generate html docs |