public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/qtpass/
Date: Mon,  5 Apr 2021 02:13:06 +0000 (UTC)	[thread overview]
Message-ID: <1617588773.ec7e31e00a4f2f2412b0b60051ce8e09095a6d4b.floppym@gentoo> (raw)

commit:     ec7e31e00a4f2f2412b0b60051ce8e09095a6d4b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 02:12:53 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 02:12:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7e31e0

app-admin/qtpass: avoid using D in src_configure

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 app-admin/qtpass/qtpass-1.3.2-r2.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-admin/qtpass/qtpass-1.3.2-r2.ebuild b/app-admin/qtpass/qtpass-1.3.2-r2.ebuild
index 4d457f60204..6c2724ff6e1 100644
--- a/app-admin/qtpass/qtpass-1.3.2-r2.ebuild
+++ b/app-admin/qtpass/qtpass-1.3.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -41,7 +41,7 @@ src_prepare() {
 }
 
 src_configure() {
-	eqmake5 PREFIX="${D}"/usr
+	eqmake5 PREFIX="${EPREFIX}"/usr
 }
 
 src_test() {
@@ -49,7 +49,8 @@ src_test() {
 }
 
 src_install() {
-	default
+	emake INSTALL_ROOT="${D}" install
+	einstalldocs
 
 	insinto /usr/share/qtpass/translations
 	doins localization/*.qm


             reply	other threads:[~2021-04-05  2:13 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-05  2:13 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-08 16:08 [gentoo-commits] repo/gentoo:master commit in: app-admin/qtpass/ Arthur Zamarin
2023-12-17 19:37 Arthur Zamarin
2020-12-10  7:31 Joonas Niilola
2020-12-10  7:31 Joonas Niilola
2020-12-10  7:31 Joonas Niilola
2020-05-19 20:36 Mikle Kolyada
2020-03-20 14:30 Joonas Niilola
2020-01-19 23:53 Andreas Sturmlechner
2020-01-19 23:53 Andreas Sturmlechner
2020-01-19 13:52 Andreas Sturmlechner
2020-01-18 11:19 Georgy Yakovlev
2019-11-02 22:41 Andreas Sturmlechner
2019-11-02 16:37 Andreas Sturmlechner
2019-11-02 15:23 Andreas Sturmlechner
2018-07-17 21:01 Andreas Sturmlechner
2018-07-17 21:01 Andreas Sturmlechner
2018-06-21 14:54 Georgy Yakovlev
2018-05-16  8:18 Andreas Sturmlechner
2018-05-16  8:18 Andreas Sturmlechner
2018-05-16  8:18 Andreas Sturmlechner
2018-01-04 20:54 Jason Donenfeld
2017-09-22 10:09 Michael Palimaka
2017-02-18  4:29 Michael Palimaka
2016-11-05 15:24 Michael Palimaka
2016-02-02  8:02 Ian Delaney
2016-01-04  7:15 Ian Delaney

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=1617588773.ec7e31e00a4f2f2412b0b60051ce8e09095a6d4b.floppym@gentoo \
    --to=floppym@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