diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-12-20 14:34:09 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-12-20 16:48:53 +0100 |
commit | f3f5fb45287ce8288eb6d5341a6567b1fc873011 (patch) | |
tree | 6350615b91ff93c4bee1c28ca263233106ea8ef3 /net-misc/adjtimex | |
parent | dev-php/simpletest: treeclean (diff) | |
download | gentoo-f3f5fb45287ce8288eb6d5341a6567b1fc873011.tar.gz gentoo-f3f5fb45287ce8288eb6d5341a6567b1fc873011.tar.bz2 gentoo-f3f5fb45287ce8288eb6d5341a6567b1fc873011.zip |
net-misc/adjtimex: add soft blocker against net-misc/sntpd[adjtimex]
Bug: https://bugs.gentoo.org/887151
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc/adjtimex')
-rw-r--r-- | net-misc/adjtimex/adjtimex-1.29-r3.ebuild (renamed from net-misc/adjtimex/adjtimex-1.29-r2.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/adjtimex/adjtimex-1.29-r2.ebuild b/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}" |