mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -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"
|
LICENSE="LGPL-2.1"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
IUSE="+man"
|
||||||
|
|
||||||
DEPEND="sys-fs/cryptsetup"
|
DEPEND="sys-fs/cryptsetup"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND=""
|
BDEPEND="man? ( app-text/asciidoc )
|
||||||
|
sys-devel/libtool"
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}/${PN}-tests.patch"
|
"${FILESDIR}/${PN}-tests.patch"
|
||||||
@@ -25,3 +27,8 @@ src_prepare() {
|
|||||||
default
|
default
|
||||||
eautoreconf
|
eautoreconf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
default
|
||||||
|
find "${ED}" -name '*.la' -delete || die
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user