mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
dev-embedded/qdl: ebuild enhancements
Signed-off-by: Quincy Fleming <quincyf467@protonmail.com>
This commit is contained in:
parent
a87d437e3c
commit
d0fa743510
@ -16,7 +16,8 @@ LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BDEPEND="virtual/libudev
|
||||
BDEPEND="
|
||||
virtual/libudev
|
||||
virtual/pkgconfig
|
||||
dev-libs/libxml2
|
||||
"
|
||||
@ -30,7 +31,5 @@ src_compile() {
|
||||
|
||||
src_install() {
|
||||
emake prefix="${EPREFIX}/usr" DESTDIR="${D}" install
|
||||
insinto "/usr/share/${PN}"
|
||||
doins LICENSE
|
||||
dodoc README
|
||||
dodoc {README,LICENSE}
|
||||
}
|
||||
|
@ -27,7 +27,5 @@ src_compile() {
|
||||
|
||||
src_install() {
|
||||
emake prefix="${EPREFIX}/usr" DESTDIR="${D}" install
|
||||
insinto "/usr/share/${PN}"
|
||||
doins LICENSE
|
||||
dodoc README
|
||||
dodoc {README,LICENSE}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user