Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122603 - sys-libs/pwdb ebuild needs RESTRICT="test"
Summary: sys-libs/pwdb ebuild needs RESTRICT="test"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 73031
  Show dependency tree
 
Reported: 2006-02-12 12:13 UTC by Ryan Hill (RETIRED)
Modified: 2006-02-12 13:53 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 Ryan Hill (RETIRED) gentoo-dev 2006-02-12 12:13:08 UTC
pwdb's make test diffs the md5's of the files in the work directory against an existing manifest (.filelist).  problem is, that file is missing so of course the diff fails.  upstream is deadness and that file has been lost for many a year, so the best solution is probably to add RESTRICT="test" to the ebuild.


--- /usr/portage/sys-libs/pwdb/pwdb-0.62.ebuild	2005-12-16 22:06:31.000000000 -0600
+++ overlay/sys-libs/pwdb/pwdb-0.62.ebuild	2006-02-08 19:27:26.000000000 -0600
@@ -13,6 +13,8 @@
 KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
 IUSE="selinux"
 
+RESTRICT="test"
+
 DEPEND="selinux? ( sys-libs/libselinux )"
 
 src_unpack () {
Comment 1 SpanKY gentoo-dev 2006-02-12 13:53:47 UTC
done, thanks