Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834139 - dev-java/snappy-1.1.7.8: Unblock test dependencies
Summary: dev-java/snappy-1.1.7.8: Unblock test dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest
Depends on: 834140
Blocks:
  Show dependency tree
 
Reported: 2022-02-27 08:12 UTC by Volkmar W. Pogatzki
Modified: 2022-03-18 08:49 UTC (History)
2 users (show)

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 Volkmar W. Pogatzki 2022-02-27 08:12:54 UTC
As dependencies are getting keyworded those blockers should be removed.

# Some test dependencies are unsatisfied on arm, arm64, and ppc64
DEPEND=">=virtual/jdk-1.8:*
	${CDEPEND}
	test? (
		dev-java/ant-junit4:0
		dev-java/commons-io:1
		!arm? (
			dev-java/commons-lang:2.1
		)
		!arm? ( !arm64? ( !ppc64? (
			dev-java/plexus-classworlds:0
			dev-java/xerial-core:0
		) ) )
	)"
Comment 1 Larry the Git Cow gentoo-dev 2022-03-18 08:49:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a520309cd16c557aef697fe5a47763d62b13f45c

commit a520309cd16c557aef697fe5a47763d62b13f45c
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2022-03-12 16:47:27 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2022-03-18 08:49:42 +0000

    dev-java/snappy: Enable tests on arm, arm64 and ppc64
    
    Closes: https://bugs.gentoo.org/834139
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Closes: https://github.com/gentoo/gentoo/pull/24511
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 dev-java/snappy/snappy-1.1.7.8.ebuild | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)