summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2008-04-22 14:34:57 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2008-04-22 14:34:57 +0000
commite3ef74ad3f0c3968822df06bd9cc0e8bc4399262 (patch)
tree0d3d735df54a828830fd67933a99fb1a775fe5ea /media-libs/swfdec
parentAnd again... (diff)
downloadgentoo-2-e3ef74ad3f0c3968822df06bd9cc0e8bc4399262.tar.gz
gentoo-2-e3ef74ad3f0c3968822df06bd9cc0e8bc4399262.tar.bz2
gentoo-2-e3ef74ad3f0c3968822df06bd9cc0e8bc4399262.zip
Skip image tests, #216284
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'media-libs/swfdec')
-rw-r--r--media-libs/swfdec/ChangeLog6
-rw-r--r--media-libs/swfdec/swfdec-0.6.4.ebuild9
2 files changed, 13 insertions, 2 deletions
diff --git a/media-libs/swfdec/ChangeLog b/media-libs/swfdec/ChangeLog
index c1ad522f9f8c..54d68a3eaef6 100644
--- a/media-libs/swfdec/ChangeLog
+++ b/media-libs/swfdec/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/swfdec
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/swfdec/ChangeLog,v 1.33 2008/04/18 12:30:17 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/swfdec/ChangeLog,v 1.34 2008/04/22 14:34:57 pclouds Exp $
+
+ 22 Apr 2008; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
+ swfdec-0.6.4.ebuild:
+ Skip image tests, #216284
18 Apr 2008; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
swfdec-0.6.4.ebuild:
diff --git a/media-libs/swfdec/swfdec-0.6.4.ebuild b/media-libs/swfdec/swfdec-0.6.4.ebuild
index 77d5a0449d36..b5983a46d1e2 100644
--- a/media-libs/swfdec/swfdec-0.6.4.ebuild
+++ b/media-libs/swfdec/swfdec-0.6.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/swfdec/swfdec-0.6.4.ebuild,v 1.2 2008/04/18 12:30:17 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/swfdec/swfdec-0.6.4.ebuild,v 1.3 2008/04/22 14:34:57 pclouds Exp $
EAPI=1
@@ -77,6 +77,13 @@ src_compile() {
$(use_enable gtk) \
${myconf} || die "configure failed"
+ # bug #216284 image tests are not ready yet
+ cat >test/image/Makefile <<EOF
+all:
+check:
+install:
+EOF
+
emake || die "emake failed"
}