diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-06 18:57:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-06 19:25:14 +0200 |
commit | 8f482375ea637ba31b918b7322676419e713c61f (patch) | |
tree | 5431265b31efcaf9bc023724ba7c383ee5d53679 /virtual/libelf | |
parent | virtual/libc: Remove stale sys-freebsd/ deps (diff) | |
download | gentoo-8f482375ea637ba31b918b7322676419e713c61f.tar.gz gentoo-8f482375ea637ba31b918b7322676419e713c61f.tar.bz2 gentoo-8f482375ea637ba31b918b7322676419e713c61f.zip |
virtual/libelf: Remove stale sys-freebsd/ deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual/libelf')
-rw-r--r-- | virtual/libelf/libelf-3.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/virtual/libelf/libelf-3.ebuild b/virtual/libelf/libelf-3.ebuild index 0e22c66fb52d..57e3b8c9d987 100644 --- a/virtual/libelf/libelf-3.ebuild +++ b/virtual/libelf/libelf-3.ebuild @@ -10,7 +10,4 @@ SLOT="0/1" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" - || ( - >=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}] - >=sys-freebsd/freebsd-lib-9.2_rc1[${MULTILIB_USEDEP}] - )" + >=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]" |