mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-libs/luksmeta: Deleted .la file
Added man USE flag for asciidoc BDEPEND Added sys-devel/libtool BDEPEND Closes https://bugs.gentoo.org/839609 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -12,10 +12,12 @@ SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+man"
|
||||
|
||||
DEPEND="sys-fs/cryptsetup"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
BDEPEND="man? ( app-text/asciidoc )
|
||||
sys-devel/libtool"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-tests.patch"
|
||||
@@ -25,3 +27,8 @@ src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user