commit:     157e536b11cf42e306b97a62fb633d52899ea2be
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  8 18:48:14 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Mar  8 18:48:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157e536b

dev-vcs/cli: ebuild cleanups

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-vcs/cli/cli-0.5.5.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-vcs/cli/cli-0.5.5.ebuild b/dev-vcs/cli/cli-0.5.5.ebuild
index af766bca9f6..47c57e7033a 100644
--- a/dev-vcs/cli/cli-0.5.5.ebuild
+++ b/dev-vcs/cli/cli-0.5.5.ebuild
@@ -4,6 +4,9 @@
 EAPI=7
 inherit bash-completion-r1 go-module
 
+DESCRIPTION="GitHub CLI"
+HOMEPAGE="https://github.com/cli/cli";
+
 EGO_SUM=(
        "github.com/akavel/rsrc v0.8.0/go.mod"
        "github.com/AlecAivazis/survey/v2 v2.0.4/go.mod"
@@ -143,18 +146,15 @@ EGO_SUM=(
        "gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652"
        )
 go-module_set_globals
-
-DESCRIPTION="GitHub CLI"
-HOMEPAGE="https://github.com/cli/cli";
 SRC_URI="https://github.com/cli/cli/archive/v${PV}.tar.gz -> ${P}.tar.gz
                ${EGO_SUM_SRC_URI}"
 
-LICENSE="MIT ${EGO_SUM_LICENSES}"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND+=">=dev-vcs/git-1.7.3"
-BDEPEND+=">=dev-lang/go-1.13"
+RDEPEND=">=dev-vcs/git-1.7.3"
+BDEPEND=">=dev-lang/go-1.13"
 GOPATH="${WORKDIR}"
 
 src_compile() {

Reply via email to