public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Guilherme Amadio" <amadio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/qmtest/
Date: Tue, 29 Aug 2017 14:02:08 +0000 (UTC)	[thread overview]
Message-ID: <1504014099.d6456d27f08bf36829217ab89e81365ab694cdd5.amadio@gentoo> (raw)

commit:     d6456d27f08bf36829217ab89e81365ab694cdd5
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 29 13:40:31 2017 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 13:41:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6456d27

dev-util/qmtest: add prefix support

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/qmtest/qmtest-2.4.1-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-util/qmtest/qmtest-2.4.1-r1.ebuild b/dev-util/qmtest/qmtest-2.4.1-r1.ebuild
index 1f4a13ccb8a..93ad4a8feb9 100644
--- a/dev-util/qmtest/qmtest-2.4.1-r1.ebuild
+++ b/dev-util/qmtest/qmtest-2.4.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.codesourcery.com/public/${PN}/${P}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~mips x86"
+KEYWORDS="amd64 ~mips x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND=""
@@ -26,8 +26,8 @@ pkg_setup() {
 
 src_install() {
 	distutils-r1_src_install
-	find "${D}" -name config.py -print0 | xargs -0 sed -i "s:${D}:/usr:"
-	rm -r "${D}"usr/share/doc/${PN}/{COPYING,LICENSE.OPL} || die
-	mv "${D}"usr/share/doc/${PN}/* "${D}"usr/share/doc/${PF} || die
-	rm -r "${D}"/usr/share/doc/${PN} || die
+	find "${ED}" -name config.py -print0 | xargs -0 sed -i "s:${ED}:${EPREFIX}/usr:"
+	rm -r "${ED}"usr/share/doc/${PN}/{COPYING,LICENSE.OPL} || die
+	mv "${ED}"usr/share/doc/${PN}/* "${ED}"usr/share/doc/${PF} || die
+	rm -r "${ED}"/usr/share/doc/${PN} || die
 }


             reply	other threads:[~2017-08-29 14:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-29 14:02 Guilherme Amadio [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-29 14:02 [gentoo-commits] repo/gentoo:master commit in: dev-util/qmtest/ Guilherme Amadio
2016-11-09 14:04 Pacho Ramos
2016-11-09 14:04 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1504014099.d6456d27f08bf36829217ab89e81365ab694cdd5.amadio@gentoo \
    --to=amadio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox