mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
pyaff4: fixes #641
This commit is contained in:
parent
f8677413b2
commit
e8821ad68d
1 changed files with 0 additions and 25 deletions
|
|
@ -1,25 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Python Advanced Forensic Format Version 4 library."
|
||||
HOMEPAGE="https://github.com/google/aff4"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/google/aff4.git"
|
||||
EGIT_CHECKOUT_DIR="${WORKDIR}/pyaff4"
|
||||
S="${WORKDIR}/pyaff4/${PN}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}"
|
||||
Loading…
Reference in a new issue