diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-02-13 11:02:03 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-02-13 16:09:34 +0000 |
commit | e7de810da5e5de84618df6113677af8cceb5e2f8 (patch) | |
tree | 1692d50d3b76bc912e9120f38dad21220338c3a5 /app-admin/radmind | |
parent | app-editors/ne: drop 3.3.0 (diff) | |
download | gentoo-e7de810da5e5de84618df6113677af8cceb5e2f8.tar.gz gentoo-e7de810da5e5de84618df6113677af8cceb5e2f8.tar.bz2 gentoo-e7de810da5e5de84618df6113677af8cceb5e2f8.zip |
app-admin/radmind: Remove obsolete blocker
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-admin/radmind')
-rw-r--r-- | app-admin/radmind/radmind-1.15.3-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-admin/radmind/radmind-1.15.3-r1.ebuild b/app-admin/radmind/radmind-1.15.3-r1.ebuild index 0e948d4f5d21..972433fc9009 100644 --- a/app-admin/radmind/radmind-1.15.3-r1.ebuild +++ b/app-admin/radmind/radmind-1.15.3-r1.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 @@ -12,8 +12,7 @@ SLOT="0" KEYWORDS="amd64 x86" DEPEND="dev-libs/openssl:0=" -RDEPEND="${DEPEND} - !dev-util/repo" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${PN}-1.7.0-gentoo.patch |