diff options
Diffstat (limited to 'dev-libs/libr/libr-14.0.11.ebuild')
-rw-r--r-- | dev-libs/libr/libr-14.0.11.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-libs/libr/libr-14.0.11.ebuild b/dev-libs/libr/libr-14.0.11.ebuild deleted file mode 100644 index 33b29154..00000000 --- a/dev-libs/libr/libr-14.0.11.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2021 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -TRINITY_MODULE_TYPE="dependencies" -TRINITY_MODULE_NAME="libr" -inherit trinity-base-2 - -DESCRIPTION="ELF resource access and editing library" -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="LGPL-2.1" -SLOT="0" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -DEPEND="sys-libs/binutils-libs:=" -DEPEND="${RDEPEND} - app-doc/doxygen -" - -src_configure() { - local mycmakeargs=( - -DWITH_BACKEND_LIBBFD=ON - -DWITH_BACKEND_LIBELF=OFF - -DWITH_BACKEND_READONLY=OFF - ) - cmake_src_configure -} |