diff options
-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 |