Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 471376 Details for
Bug 615922
app-emulation/nemu: ncurses interface for QEMU
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fixed ebuild
nemu-1.0.0.ebuild (text/plain), 822 bytes, created by
Pavel Balaev
on 2017-04-30 15:19:34 UTC
(
hide
)
Description:
fixed ebuild
Filename:
MIME Type:
Creator:
Pavel Balaev
Created:
2017-04-30 15:19:34 UTC
Size:
822 bytes
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >inherit cmake-utils > >DESCRIPTION="ncurses interface for QEMU" >HOMEPAGE="https://unixdev.ru/nemu" >SRC_URI="http://unixdev.ru/src/${P}.tar.gz" > >LICENSE="BSD-2" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="+vnc-client debug" > >RDEPEND=" > sys-libs/ncurses:0=[unicode] > dev-db/sqlite:3= > dev-libs/libusb:1= > || ( sys-fs/eudev sys-fs/udev ) > app-emulation/qemu[vnc] > vnc-client? ( net-misc/tigervnc )" >DEPEND="${RDEPEND} > sys-devel/gettext" > >src_configure() { > local mycmakeargs=( > -DNM_WITH_VNC_CLIENT=$(usex vnc-client) > -DNM_DEBUG=$(usex debug) > ) > cmake-utils_src_configure >} > >pkg_postinst() { > elog "Old database is not supported (nEMU versions < 1.0.0)." > elog "You will need to delete current database." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 615922
:
470296
| 471376 |
471720
|
471722