Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269846 - ~amd64 Keyword Request for dev-perl/Data-Stream-Bulk-0.04
Summary: ~amd64 Keyword Request for dev-perl/Data-Stream-Bulk-0.04
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-14 13:28 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2009-05-14 14:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2009-05-14 13:28:16 UTC
Appears to contain no $arch specific parts. 

Tweaking SRC_TEST='do' also appears to pass all non-skipped tests.

Works so far for me. 

--- Data-Stream-Bulk-0.04.ebuild.o	2009-04-25 20:30:12.000000000 +1200
+++ Data-Stream-Bulk-0.04.ebuild	2009-05-15 01:23:36.063691766 +1200
@@ -10,7 +10,7 @@
 DESCRIPTION="N at a time iteration API"
 
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
 IUSE=""
 
 DEPEND="dev-perl/Moose
@@ -20,4 +20,4 @@
 RDEPEND="${DEPEND}"
 
 # missing deps
-SRC_TEST=no
+SRC_TEST="do"
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2009-05-14 14:50:01 UTC
(In reply to comment #0)
> Tweaking SRC_TEST='do' also appears to pass all non-skipped tests.

It fails without dev-perl/Test-use-ok.
I've added it to the tree and also ~amd64.

Thanks