From: Manuel RĂ¼ger Date: Mon, 26 Dec 2016 00:28:32 +0000 (+0100) Subject: www-apps/gitea: Remove subslot, fix desc X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9e6a9107ed26078e3d416350c0fa4a4ff92128f8;p=gentoo.git www-apps/gitea: Remove subslot, fix desc Package-Manager: portage-2.3.3 --- diff --git a/www-apps/gitea/gitea-1.0.0-r2.ebuild b/www-apps/gitea/gitea-1.0.0-r2.ebuild index ca6a3eb6fa8d..4313b98bde50 100644 --- a/www-apps/gitea/gitea-1.0.0-r2.ebuild +++ b/www-apps/gitea/gitea-1.0.0-r2.ebuild @@ -10,12 +10,12 @@ EGIT_COMMIT="6aacf4d2f09631359b99df562b4bf31dcef44ea3" ARCHIVE_URI="https://github.com/go-gitea/gitea/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" -DESCRIPTION="A painless self-hosted Git service, written in Go, forked from gogs" +DESCRIPTION="A painless self-hosted Git service, written in Go" HOMEPAGE="https://github.com/go-gitea/gitea" SRC_URI="${ARCHIVE_URI}" LICENSE="MIT" -SLOT="0/${PVR}" +SLOT="0" IUSE="" DEPEND="dev-go/go-bindata"