ebuildtester
Install latest/stable of ebuildtester
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install ebuildtester
Don't have snapd? Get set up for snaps.
Details for ebuildtester
Package name
- ebuildtester
License
- BSD-3-Clause
Last updated
- 15 August 2026 - latest/stable
- 15 August 2026 - latest/edge
Websites
Contact
External link warning
You are about to open
Do you wish to proceed?
Report a Snap Store violation
Report ebuildtester for a Snap Store violation
Snap Store Violation Report submitted successfully
Thank you for your report. Information you provided will help us investigate further.
Error submitting report
There was an error while sending your report. Please try again later.
Share this snap
Generate an embeddable card to be shared on external websites.
Tool to test a Gentoo ebuild and its dependencies
This is a tool to test a Gentoo ebuild and its dependencies. The idea is that the ebuild is emerged in a clean (and current) stage3 Docker container.
- Installation
This snap uses the docker snap and needs to be connected via
snap connect ebuildtester:docker-executables docker:docker-executables
- Usage
We are going to assume that the user has a local git clone of the portage tree in
/usr/local/git/gentoo
We have added a new ebuild and would like to verify that the build dependencies are all correct. We can build the package (ATOM) with:
ebuildtester \
--portage-dir /usr/local/git/gentoo \
--atom ATOM \
--use USE1 USE2
where we have specified two USE flags, USE1 and USE2. The ebuildtester
command will now create a docker container and start installing the ATOM.
All specified dependencies will be installed as well.
For a full list of supported options run
ebuildtester --help
| Revision | Channel | Version | Build | Commit |
|---|
The build and commit information is derived from build infrastructure records.
Install ebuildtester on your Linux distribution
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.