diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-07-25 08:48:15 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-07-25 08:50:44 +0300 |
commit | a369cc67c9c2dbec63255f878aee6bc62f8b854d (patch) | |
tree | bffb3d743ef05e0df823ac1964f9e7f8785c2c42 | |
parent | d6b2668ba9bab9477ddab5cb670b563186ee48ce (diff) |
mednafen: build fix
toxcore: disabled tests, require network
foo2zjs: disabled tests, require unavailable package
distcc: disables tests require net, used unprefixed toolchain, feel fee to fix/implement this
-rw-r--r-- | packages/games-emulation/mednafen/mednafen.exlib | 6 | ||||
-rw-r--r-- | packages/net-libs/toxcore/toxcore.exlib | 3 | ||||
-rw-r--r-- | packages/net-print/foo2zjs/foo2zjs-20180721.exheres-0 | 3 | ||||
-rw-r--r-- | packages/sys-devel/distcc/distcc-scm.exheres-0 | 3 |
4 files changed, 15 insertions, 0 deletions
diff --git a/packages/games-emulation/mednafen/mednafen.exlib b/packages/games-emulation/mednafen/mednafen.exlib index 80d16ec..c912600 100644 --- a/packages/games-emulation/mednafen/mednafen.exlib +++ b/packages/games-emulation/mednafen/mednafen.exlib @@ -1,6 +1,7 @@ # Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru> # Distributed under the terms of the GNU General Public License v2 + SUMMARY="multi-system emulator" LICENCES="GPL-2" SLOT="0" @@ -14,6 +15,11 @@ DEPENDENCIES=" media-libs/libsndfile " +DEFAULT_SRC_CONFIGURE_PARAMS=( + AR=$(exhost --target)-ar +) +export AR=$(exhost --target)-ar + WORK="${WORKBASE}/${PN}" DOWNLOADS="https://mednafen.github.io/releases/files/mednafen-${PV}.tar.xz" diff --git a/packages/net-libs/toxcore/toxcore.exlib b/packages/net-libs/toxcore/toxcore.exlib index f7af18b..812b99a 100644 --- a/packages/net-libs/toxcore/toxcore.exlib +++ b/packages/net-libs/toxcore/toxcore.exlib @@ -35,6 +35,9 @@ DEPENDENCIES=" dev-libs/libsodium " +#require network +RESTRICT=("test") + toxcore_src_configure() { myconf=() if option log-debug; then diff --git a/packages/net-print/foo2zjs/foo2zjs-20180721.exheres-0 b/packages/net-print/foo2zjs/foo2zjs-20180721.exheres-0 index a32838e..156c479 100644 --- a/packages/net-print/foo2zjs/foo2zjs-20180721.exheres-0 +++ b/packages/net-print/foo2zjs/foo2zjs-20180721.exheres-0 @@ -30,6 +30,9 @@ DEFAULT_SRC_INSTALL_PARAMS+=( -j1 ) WORK=${WORKBASE} +#require unavailable packages +RESTRICT=("test") + src_install() { dodir /usr/share/ppd default diff --git a/packages/sys-devel/distcc/distcc-scm.exheres-0 b/packages/sys-devel/distcc/distcc-scm.exheres-0 index b0a56ec..f0eaf11 100644 --- a/packages/sys-devel/distcc/distcc-scm.exheres-0 +++ b/packages/sys-devel/distcc/distcc-scm.exheres-0 @@ -15,6 +15,9 @@ SLOT="0" HOMEPAGE="http://distcc.org/" PLATFORMS="~amd64 ~x86" +#require net, used unprefixed toolchain, feel fee to fix/implement this +RESTRICT=("test") + MYOPTIONS=" gnome [[ description = [ Add GNOME 2 support ] ]] gtk |