From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1257707-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 288501382C5
	for <garchives@archives.gentoo.org>; Thu,  4 Mar 2021 23:22:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5DA90E089A;
	Thu,  4 Mar 2021 23:22:08 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 48A46E089A
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Mar 2021 23:22:08 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 5778A340F10
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Mar 2021 23:22:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A67A8579
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Mar 2021 23:22:04 +0000 (UTC)
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org>
Message-ID: <1614898465.0b5cf4a0ed271e8d13b24b6099efc735edce2ce5.conikost@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnshijacker/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-dns/dnshijacker/dnshijacker-1.3-r2.ebuild
X-VCS-Directories: net-dns/dnshijacker/
X-VCS-Committer: conikost
X-VCS-Committer-Name: Conrad Kostecki
X-VCS-Revision: 0b5cf4a0ed271e8d13b24b6099efc735edce2ce5
X-VCS-Branch: master
Date: Thu,  4 Mar 2021 23:22:04 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: fb8127aa-2146-43b5-85ae-e0217c00fc70
X-Archives-Hash: 1132e544fccb2eb745e41003c6d100a6

commit:     0b5cf4a0ed271e8d13b24b6099efc735edce2ce5
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  4 22:54:25 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Mar  4 22:54:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5cf4a0

net-dns/dnshijacker: update HOMEPAGE

Closes: https://bugs.gentoo.org/680568
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-dns/dnshijacker/dnshijacker-1.3-r2.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-dns/dnshijacker/dnshijacker-1.3-r2.ebuild b/net-dns/dnshijacker/dnshijacker-1.3-r2.ebuild
index 2f909004277..9d14969ff47 100644
--- a/net-dns/dnshijacker/dnshijacker-1.3-r2.ebuild
+++ b/net-dns/dnshijacker/dnshijacker-1.3-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
@@ -6,7 +6,7 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="a libnet/libpcap based packet sniffer and spoofer"
-HOMEPAGE="http://pedram.redhive.com/projects.php"
+HOMEPAGE="http://pedram.redhive.com/code/dns_hijacker/"
 SRC_URI="http://pedram.redhive.com/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -14,8 +14,9 @@ SLOT="0"
 KEYWORDS="~amd64 x86"
 
 DEPEND="
+	>=net-libs/libnet-1.0.2a-r3:1.0
 	net-libs/libpcap
-	>=net-libs/libnet-1.0.2a-r3:1.0"
+"
 RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )