diff options
author | Karel Kočí <cynerd@email.cz> | 2018-02-17 12:29:12 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-02-17 12:29:12 +0100 |
commit | 4a1372738a927bc87bf04ec8b7268e112551fa3e (patch) | |
tree | 7082848245dfd4ae21021d5faa892d01d9279262 | |
parent | 31d41104ad9748fd3d5b86fa54ba857a5f4e4e7a (diff) | |
download | gentoo-personal-overlay-4a1372738a927bc87bf04ec8b7268e112551fa3e.tar.gz gentoo-personal-overlay-4a1372738a927bc87bf04ec8b7268e112551fa3e.tar.bz2 gentoo-personal-overlay-4a1372738a927bc87bf04ec8b7268e112551fa3e.zip |
Another fix for bear
-rw-r--r-- | dev-util/bear/bear-2.3.11-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/bear/bear-2.3.11-r1.ebuild b/dev-util/bear/bear-2.3.11-r1.ebuild index b1b27f7..f662628 100644 --- a/dev-util/bear/bear-2.3.11-r1.ebuild +++ b/dev-util/bear/bear-2.3.11-r1.ebuild @@ -5,7 +5,7 @@ inherit cmake-utils DESCRIPTION="Tool that generates a compilation database for clang tooling" HOMEPAGE="https://github.com/rizsotto/Bear" SRC_URI="https://github.com/rizsotto/Bear/archive/${PV}.tar.gz" -S="${WORKDIR}/Bear-${VER}" +S="${WORKDIR}/Bear-${PV}" LICENSE="MIT" KEYWORDS="amd64 ~x86" |