diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-25 12:36:50 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-25 12:36:50 +0000 |
commit | fd4d6e069b03ccc5d8e5c343cda6802067866ce9 (patch) | |
tree | 51457fd82c4d7dc1a0c4e3b80f55a1e3bdf4324f /net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild | |
parent | Re-introduce patches fixing bug #461210. Drop useless "README" files. (diff) | |
download | gentoo-2-fd4d6e069b03ccc5d8e5c343cda6802067866ce9.tar.gz gentoo-2-fd4d6e069b03ccc5d8e5c343cda6802067866ce9.tar.bz2 gentoo-2-fd4d6e069b03ccc5d8e5c343cda6802067866ce9.zip |
Fix minor QA issue with quotes, add ~amd64 keyword, wrt bug #462818
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild')
-rw-r--r-- | net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild b/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild index dcc68455d7a9..96368be1a01f 100644 --- a/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild +++ b/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild,v 1.5 2012/12/21 13:39:38 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild,v 1.6 2013/03/25 12:36:50 pinkbyte Exp $ EAPI=4 @@ -15,7 +15,7 @@ RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2+" -KEYWORDS="ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="" src_prepare() { @@ -24,9 +24,9 @@ src_prepare() { src_install () { emake \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ + prefix="${D}"/usr \ + mandir="${D}"/usr/share/man \ + infodir="${D}"/usr/share/info \ install dodoc ChangeLog NEWS TODO README } |