public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/
Date: Mon, 14 Feb 2022 18:07:09 +0000 (UTC)	[thread overview]
Message-ID: <1644862027.55876d96812afb6518ebfb6f7438fb3044aba617.zerochaos@gentoo> (raw)

commit:     55876d96812afb6518ebfb6f7438fb3044aba617
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 14 18:06:19 2022 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Feb 14 18:07:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55876d96

net-analyzer/ostinato: fix pkgcheck warnings

Add missing dep
Closes: https://bugs.gentoo.org/789633
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 .../{ostinato-1.1-r1.ebuild => ostinato-1.1-r2.ebuild}        | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/ostinato/ostinato-1.1-r1.ebuild b/net-analyzer/ostinato/ostinato-1.1-r2.ebuild
similarity index 82%
rename from net-analyzer/ostinato/ostinato-1.1-r1.ebuild
rename to net-analyzer/ostinato/ostinato-1.1-r2.ebuild
index 2b835a9bcecf..bccd03f406c0 100644
--- a/net-analyzer/ostinato/ostinato-1.1-r1.ebuild
+++ b/net-analyzer/ostinato/ostinato-1.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit qmake-utils
 
@@ -24,6 +24,7 @@ DEPEND="
 	dev-qt/qtscript:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
+	dev-libs/libnl:=
 	>=net-libs/libpcap-1.8.1-r2
 "
 RDEPEND="${DEPEND}"
@@ -33,5 +34,9 @@ PATCHES=(
 )
 
 src_configure() {
-	eqmake5 PREFIX="${ED}/usr" ost.pro
+	eqmake5 PREFIX="/usr" ost.pro
+}
+
+src_install() {
+	emake INSTALL_ROOT="${ED}" install
 }


             reply	other threads:[~2022-02-14 18:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-14 18:07 Rick Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-21 17:07 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/ Rick Farina
2023-08-21 17:07 Rick Farina
2021-06-02  1:20 Sam James
2020-07-20 21:34 Andreas Sturmlechner
2018-06-26 14:26 Richard Farina
2018-05-13 19:20 Aaron Bauman
2018-01-15 17:31 Richard Farina
2016-07-01 16:36 Richard Farina
2015-09-01 19:55 Tobias Klausmann

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=1644862027.55876d96812afb6518ebfb6f7438fb3044aba617.zerochaos@gentoo \
    --to=zerochaos@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