Skip to content

Commit

Permalink
dev-libs/cgreen: clean ebuild, styling
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Jul 11, 2020
1 parent f5a3ab3 commit 8c4c9c8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions dev-libs/cgreen/cgreen-1.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@ 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"

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
Expand Down

0 comments on commit 8c4c9c8

Please sign in to comment.