commit: 8c4c9c892fde28218a70949f7a6437606822a793 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sat Jul 11 10:42:09 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Jul 11 10:42:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4c9c89
dev-libs/cgreen: clean ebuild, styling Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/cgreen/cgreen-1.3.0.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-libs/cgreen/cgreen-1.3.0.ebuild b/dev-libs/cgreen/cgreen-1.3.0.ebuild index 3cbfc4e21fa..1b1189420de 100644 --- a/dev-libs/cgreen/cgreen-1.3.0.ebuild +++ b/dev-libs/cgreen/cgreen-1.3.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit cmake -DESCRIPTION="unit test and mocking framework for C and C++" +DESCRIPTION="Unit test and mocking framework for C and C++" HOMEPAGE="https://cgreen-devs.github.io/" SRC_URI="https://github.com/cgreen-devs/cgreen/archive/${PV}.tar.gz -> ${P}.tar.gz" @@ -13,11 +13,8 @@ LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=" - sys-libs/glibc:= -" +DEPEND="sys-libs/glibc:=" RDEPEND="${DEPEND}" -BDEPEND="" PATCHES=( #Patch to fix git directory detection see https://github.com/cgreen-devs/cgreen/issues/234
