dev-libs/octetos-db-maria: fix DuplicateEclassInherit

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-05-11 09:42:33 +02:00
parent f8102a9f6d
commit 0b413a0b30

View File

@@ -3,15 +3,16 @@
EAPI=7
inherit autotools
MYPV="${PV/_alpha/-alpha}"
MYP="${PN}-${MYPV}"
DESCRIPTION="C++ library for Database Acces."
HOMEPAGE="https://github.com/azaeldevel/octetos-db-maria"
if [[ ${PV} == 9999 ]]; then
inherit autotools git-r3
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"
KEYWORDS="~amd64"
fi