diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rebol/rebol-9999.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-lang/rebol/rebol-9999.ebuild b/dev-lang/rebol/rebol-9999.ebuild index 61a797190ae6..ed09d0bb04ef 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 |