Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/sprout/
Date: Tue, 05 May 2020 11:48:15
Message-Id: 1588678987.56c49631e8c0119f5e6dccd51c88dd64cff9a712.andrewammerlaan@gentoo
1 commit: 56c49631e8c0119f5e6dccd51c88dd64cff9a712
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue May 5 11:43:07 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue May 5 11:43:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56c49631
7
8 dev-cpp/sprout: no KEYWORDS in 9999 packages
9
10 You might want to add a static ebuild as well.
11 You can do this by downloading a specific commit from github,
12 and naming the ebuild ${PN}-0_pre${DATE_OF_COMMIT}.
13
14 See media-tv/droidcam for an example of an ebuild that
15 fetches a specific commit from GitHub
16
17 Package-Manager: Portage-2.3.99, Repoman-2.3.22
18 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
19
20 dev-cpp/sprout/sprout-9999.ebuild | 4 +++-
21 1 file changed, 3 insertions(+), 1 deletion(-)
22
23 diff --git a/dev-cpp/sprout/sprout-9999.ebuild b/dev-cpp/sprout/sprout-9999.ebuild
24 index 068f836..f3f7525 100644
25 --- a/dev-cpp/sprout/sprout-9999.ebuild
26 +++ b/dev-cpp/sprout/sprout-9999.ebuild
27 @@ -11,8 +11,10 @@ EGIT_REPO_URI="https://github.com/bolero-MURAKAMI/Sprout.git"
28
29 LICENSE="Boost-1.0"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~x86"
32 +KEYWORDS=""
33 +
34 IUSE="test texconv wavconv"
35 +RESTRICT="!test? ( test )"
36
37 DEPEND=""
38 RDEPEND="${DEPEND}"