From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 745B5158020 for ; Tue, 20 Dec 2022 15:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BD32E0919; Tue, 20 Dec 2022 15:50:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D86FE0919 for ; Tue, 20 Dec 2022 15:50:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31D5A341593 for ; Tue, 20 Dec 2022 15:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 739D2771 for ; Tue, 20 Dec 2022 15:50:32 +0000 (UTC) From: "Conrad Kostecki" 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" Message-ID: <1671551333.f3f5fb45287ce8288eb6d5341a6567b1fc873011.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/adjtimex/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/adjtimex/adjtimex-1.29-r2.ebuild net-misc/adjtimex/adjtimex-1.29-r3.ebuild X-VCS-Directories: net-misc/adjtimex/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f3f5fb45287ce8288eb6d5341a6567b1fc873011 X-VCS-Branch: master Date: Tue, 20 Dec 2022 15:50:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba0a671c-02dc-4af7-b643-2803f7d9fedb X-Archives-Hash: 69fbf8c8dc110ca14d8b4754fe21e0a8 commit: f3f5fb45287ce8288eb6d5341a6567b1fc873011 Author: Conrad Kostecki gentoo org> AuthorDate: Tue Dec 20 13:34:09 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Dec 20 15:48:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f5fb45 net-misc/adjtimex: add soft blocker against net-misc/sntpd[adjtimex] Bug: https://bugs.gentoo.org/887151 Signed-off-by: Conrad Kostecki gentoo.org> .../adjtimex/{adjtimex-1.29-r2.ebuild => adjtimex-1.29-r3.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-misc/adjtimex/adjtimex-1.29-r2.ebuild b/net-misc/adjtimex/adjtimex-1.29-r3.ebuild similarity index 95% rename from net-misc/adjtimex/adjtimex-1.29-r2.ebuild rename to net-misc/adjtimex/adjtimex-1.29-r3.ebuild index 5ac80ba347a5..519a776f5a9d 100644 --- a/net-misc/adjtimex/adjtimex-1.29-r2.ebuild +++ b/net-misc/adjtimex/adjtimex-1.29-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,6 +10,7 @@ MY_P="${P/-/_}" DEBIAN_URI="mirror://debian/pool/main/${PN:0:1}/${PN}" DEBIAN_PATCH="${MY_P}-${DEBIAN_PV}.debian.tar.xz" DEBIAN_SRC="${MY_P}.orig.tar.gz" + DESCRIPTION="Display or set the kernel time variables" HOMEPAGE="https://www.ibiblio.org/pub/Linux/system/admin/time/adjtimex.lsm https://github.com/rogers0/adjtimex" SRC_URI="${DEBIAN_URI}/${DEBIAN_PATCH} @@ -19,6 +20,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ppc x86" +RDEPEND="!net-misc/sntpd[adjtimex]" + src_unpack() { unpack "${DEBIAN_SRC}" cd "${S}" || die "Failed to cd ${S}"