mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
libmpsse: rename examples use flag
This commit is contained in:
parent
ba746e2e3b
commit
49c631e1c1
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ SRC_URI="https://github.com/devttys0/libmpsse/archive/${EGIT_COMMIT}.zip -> ${P}
|
|||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE="doc example python"
|
||||
IUSE="doc examples python"
|
||||
|
||||
RDEPEND="dev-embedded/libftdi:0"
|
||||
DEPEND="dev-lang/swig
|
||||
|
|
@ -37,7 +37,7 @@ src_install() {
|
|||
if use doc ; then
|
||||
dodoc ../docs/AN_135_MPSSE_Basics.pdf
|
||||
fi
|
||||
if use example ; then
|
||||
if use examples ; then
|
||||
insinto /usr/share/${PN}/
|
||||
doins -r examples
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue