forked from hasufell/hasufell-repository
Various minor improvements
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
require flag-o-matic
|
||||
|
||||
|
||||
HOMEPAGE="https://www.gentoo.org"
|
||||
DOWNLOADS="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${PNV}.tar.gz"
|
||||
|
||||
@@ -26,3 +25,4 @@ src_prepare() {
|
||||
export CC=$(exhost --tool-prefix)cc
|
||||
append-cppflags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
|
||||
}
|
||||
|
||||
|
||||
@@ -36,13 +36,14 @@ DEPENDENCIES="
|
||||
build+run:
|
||||
ncurses? ( sys-libs/ncurses )
|
||||
pam? ( sys-libs/pam )
|
||||
run:
|
||||
providers:runit? ( sys-apps/runit )
|
||||
providers:sinit? ( sys-apps/sinit )
|
||||
providers:sysvinit? ( sys-apps/sysvinit )
|
||||
suggestion:
|
||||
net-misc/netifrc [[ description = [
|
||||
Network Interface Management Scripts
|
||||
] ]]
|
||||
providers:runit? ( sys-apps/runit )
|
||||
providers:sinit? ( sys-apps/sinit )
|
||||
providers:sysvinit? ( sys-apps/sysvinit )
|
||||
"
|
||||
|
||||
DEFAULT_SRC_COMPILE_PARAMS=(
|
||||
|
||||
Reference in New Issue
Block a user