commit: 309f4fb7a98e3fcdd09ed9bd9f701b62701aa891
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue May 11 07:37:32 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue May 11 07:37:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=309f4fb7
dev-libs/octetos-core: fix VisibleVcsPkg
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-libs/octetos-core/octetos-core-9999.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-libs/octetos-core/octetos-core-9999.ebuild
b/dev-libs/octetos-core/octetos-core-9999.ebuild
index 9649c82eb..0b995377c 100644
--- a/dev-libs/octetos-core/octetos-core-9999.ebuild
+++ b/dev-libs/octetos-core/octetos-core-9999.ebuild
@@ -7,16 +7,16 @@ MYPV="${PV/_beta/-beta/}"
DESCRIPTION="C/C++ library to mainly provide Semantic Versioned implementation"
HOMEPAGE="https://github.com/azaeldevel/octetos-core"
if [[ ${PV} == 9999 ]]; then
-inherit git-r3
-EGIT_REPO_URI="https://github.com/azaeldevel/octetos-core.git"
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/azaeldevel/octetos-core.git"
else
-inherit autotools
-SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz ->
${P}.tar.gz"
+ inherit autotools
+ SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz ->
${P}.tar.gz"
+ KEYWORDS="~amd64"
fi
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
DEPEND="
dev-libs/libconfig