commit: 56c49631e8c0119f5e6dccd51c88dd64cff9a712
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue May 5 11:43:07 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue May 5 11:43:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56c49631
dev-cpp/sprout: no KEYWORDS in 9999 packages
You might want to add a static ebuild as well.
You can do this by downloading a specific commit from github,
and naming the ebuild ${PN}-0_pre${DATE_OF_COMMIT}.
See media-tv/droidcam for an example of an ebuild that
fetches a specific commit from GitHub
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-cpp/sprout/sprout-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-cpp/sprout/sprout-9999.ebuild
b/dev-cpp/sprout/sprout-9999.ebuild
index 068f836..f3f7525 100644
--- a/dev-cpp/sprout/sprout-9999.ebuild
+++ b/dev-cpp/sprout/sprout-9999.ebuild
@@ -11,8 +11,10 @@ EGIT_REPO_URI="https://github.com/bolero-MURAKAMI/Sprout.git"
LICENSE="Boost-1.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
+
IUSE="test texconv wavconv"
+RESTRICT="!test? ( test )"
DEPEND=""
RDEPEND="${DEPEND}"