mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user