mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 09:40:59 +02:00
blue_hydra: add ruby21 back for now
This commit is contained in:
parent
1ab956bf34
commit
12e2b4fdf6
6 changed files with 11 additions and 10 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby22 ruby23 ruby24"
|
||||
USE_RUBY="ruby21 ruby22 ruby23 ruby24"
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC="yard"
|
||||
RUBY_FAKEGEM_DOCDIR="doc"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
DIST unicorn-1.0.tar.gz 3214697 SHA256 27efa24e465f3eca9a1fa8f7f456f6fecd91beeba0b4be21b34308040047def9 SHA512 2b00254520826a0bd882bee25a100718c5faf1c842328f7e5d985ae6ddb134ab78c702e023e56b9abb85f911d617f2dcd1caf63614a4960fe6b6cf4993ad129c WHIRLPOOL 7f60ee3a330376fd25216bb7bea9bb44ec38135bbf48df70461f33ab47bca80c0aeaa1e20e8c1157b60a04e85fd7ebc450499706b9a7d24d717fb0039de28c13
|
||||
DIST unicorn-1.0.1.tar.gz 3241225 SHA256 3a6a4f2b8c405ab009040ca43af8e4aa10ebe44d9c8b336aa36dc35df955017c SHA512 edfe1f7bfbc1d20f5b62232057e194a937bc09db686ef2efadb33a54605029a53426432cdb2a29511385aacdb9343b3b3091af50a1909098d7cf6db3429eb966 WHIRLPOOL 3edb3cfcabef38936d052afc5b6a224b2e3d2ffefda4b602be5f9136cde21d6707b7081b1806b42e0f02ba33987c808002034305965ab549ace2efc597e88f14
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
#inherit git-r3
|
||||
|
||||
|
|
@ -39,7 +38,9 @@ src_configure(){
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
#UNICORN_QEMU_FLAGS="--python=/path/to/python2" ./make.sh
|
||||
#use amd64 && UNICORN_ARCHS="arm x86" UNICORN_STATIC="no" ./make.sh
|
||||
UNICORN_ARCHS="${unicorn_targets}" UNICORN_STATIC="no" ./make.sh
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" UNICORN_STATIC="no" install
|
||||
}
|
||||
|
|
@ -10,7 +10,7 @@ SRC_URI=""
|
|||
|
||||
LICENSE="BSD-4"
|
||||
SLOT="0"
|
||||
USE_RUBY="ruby21"
|
||||
USE_RUBY="ruby21 ruby22 ruby23"
|
||||
inherit ruby-ng
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@
|
|||
#required by dev-embedded/mphidflash
|
||||
~dev-libs/libhid-0.2.16
|
||||
|
||||
=dev-libs/unicorn-bindings-0.9*
|
||||
=dev-libs/unicorn-bindings-1*
|
||||
|
||||
=dev-libs/capstone-4.0*
|
||||
|
|
|
|||
|
|
@ -32,4 +32,4 @@ dev-util/intel-ocl-sdk
|
|||
|
||||
~dev-util/sonarqube-bin-4.5.2
|
||||
|
||||
=dev-util/unicorn-0.9*
|
||||
=dev-util/unicorn-1*
|
||||
|
|
|
|||
Loading…
Reference in a new issue