blindelephant: ebuild fixes, properly dep python2

This commit is contained in:
Zero_Chaos 2013-06-26 13:33:45 +00:00
parent 9bf1481a5a
commit 15a90cc6bc
2 changed files with 8 additions and 2 deletions

View file

@ -1 +1 @@
EBUILD blindelephant-9999.ebuild 680 SHA256 f964440dfe9353c1615050a839ba77deab64f50b7068644b5757a3d04acc5b6b SHA512 cdb11f22effa787ab2d378ea0a49fba26169e8821179caca4a9f607934fab254996cb73fb8ac345cc098ac58a0a0f039056914fb1982cf62d9a6ca67e776f674 WHIRLPOOL 4f98f1fe3d57b33417b8c6dd975a409cc2b69134e03ad20b208921d728f78551fa4f55a36931b8dd827fcc6da49c8e911623368126a5b525b222d720e7c3e2ff
EBUILD blindelephant-9999.ebuild 762 SHA256 3637789566a0686e07ab18c0774f9991266f5c57f7a66f5f1db03ba0d3c0e49d SHA512 f062db68b812609cc95fee94f91c7d5cf4b645bedd4f4f320f297a2ba7e968d56b631c69a91ab8c135f51e5547e7843e70fb354d026b9c69989a3fd4b91d3eb5 WHIRLPOOL 7e43a01c9a5a263557533efbc1467984268f5267cbd1f58b2f3e6a0ec602c59764cc1821e4fd5f5b6e9be70e2dc3cb573574c1b4e0ce907fcfa28575dc2d1a4a

View file

@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
EAPI=5
PYTHON_DEPEND="2"
inherit subversion distutils
DESCRIPTION="generic web application fingerprinter that produces results by examining a small set of static files"
@ -18,6 +19,11 @@ IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_compile() {
cd trunk/src
distutils_src_compile