commit: 483b7b686db37cb69a121c5f880f478d2df80d34 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Dec 25 19:08:07 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Dec 25 19:17:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483b7b68
dev-lang/rebol: [QA] Port to git-r3 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-lang/rebol/rebol-9999.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-lang/rebol/rebol-9999.ebuild b/dev-lang/rebol/rebol-9999.ebuild index 61a797190ae..ed09d0bb04e 100644 --- a/dev-lang/rebol/rebol-9999.ebuild +++ b/dev-lang/rebol/rebol-9999.ebuild @@ -2,19 +2,17 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=4 -DESCRIPTION="Relative Expression-Based Object Language" -HOMEPAGE="http://rebol.com" MY_PR=${PVR/3_pre/} -EGIT_REPO_URI="https://github.com/rebol/r3.git" -inherit eutils git-2 +inherit eutils git-r3 + +DESCRIPTION="Relative Expression-Based Object Language" +HOMEPAGE="http://rebol.com" +EGIT_REPO_URI="https://github.com/rebol/r3.git" LICENSE="Apache-2.0" SLOT="0" -#KEYWORDS="~amd64 ~x86" -# live ebuild -KEYWORDS="" IUSE="" # usual bootstrap problems
