summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-01-12 10:19:18 -0500
committerAnthony G. Basile <blueness@gentoo.org>2018-01-12 10:19:18 -0500
commitf63c8955c91f699f8484612cf33ae4f789c96a77 (patch)
tree960de5a7015dfa0ce8a41539f8c9b5ac8509c005 /virtual/libelf/libelf-2.ebuild
parentprofiles: mask future >virtual/libelf-2 on musl and uclibc-ng (diff)
downloadgentoo-f63c8955c91f699f8484612cf33ae4f789c96a77.tar.gz
gentoo-f63c8955c91f699f8484612cf33ae4f789c96a77.tar.bz2
gentoo-f63c8955c91f699f8484612cf33ae4f789c96a77.zip
virtual/libelf: split the virtual in two for different sonames, bug #643802
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'virtual/libelf/libelf-2.ebuild')
-rw-r--r--virtual/libelf/libelf-2.ebuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/virtual/libelf/libelf-2.ebuild b/virtual/libelf/libelf-2.ebuild
new file mode 100644
index 000000000000..7f26e79291aa
--- /dev/null
+++ b/virtual/libelf/libelf-2.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for libelf.so.0 provider dev-libs/libelf"
+SLOT="0/0"
+KEYWORDS="alpha amd64 arm arm64 hppa m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+
+RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]"