mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 18:21:03 +02:00
Merge branch 'master' into master
This commit is contained in:
commit
b803954ff7
1 changed files with 4 additions and 3 deletions
|
|
@ -28,12 +28,13 @@ BDEPEND="
|
|||
test? (
|
||||
media-video/ffmpeg[lame,vorbis]
|
||||
)
|
||||
"
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
python_test() {
|
||||
eunittest test/
|
||||
src_prepare() {
|
||||
use test && sed -i -e "s/Equals/Equal/" "test/test.py"
|
||||
eapply_user
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue