diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-07-11 13:42:09 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-11 13:42:28 +0300 |
commit | 8c4c9c892fde28218a70949f7a6437606822a793 (patch) | |
tree | 21f6b7025de0aa7e4d5bedc2e39e2a80abec3d3a /dev-libs/cgreen | |
parent | dev-libs/cgreen: add new package (diff) | |
download | gentoo-8c4c9c892fde28218a70949f7a6437606822a793.tar.gz gentoo-8c4c9c892fde28218a70949f7a6437606822a793.tar.bz2 gentoo-8c4c9c892fde28218a70949f7a6437606822a793.zip |
dev-libs/cgreen: clean ebuild, styling
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/cgreen')
-rw-r--r-- | dev-libs/cgreen/cgreen-1.3.0.ebuild | 7 |
1 files 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 3cbfc4e21fa1..1b1189420def 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 |