Skip to content

Commit

Permalink
dev-db/mariadb-connector-c: keyworded 3.0.3 for ppc64, bug #649038
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
  • Loading branch information
Sergei Trofimovich committed Mar 3, 2018
1 parent 0e81449 commit 3438250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-db/mariadb-connector-c/mariadb-connector-c-3.0.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ VCS_INHERIT=""
if [[ "${PV}" == 9999 ]] ; then
VCS_INHERIT="git-r3"
EGIT_REPO_URI="https://github.com/MariaDB/connector-c.git"
KEYWORDS="~hppa ~ia64"
KEYWORDS="~hppa ~ia64 ~ppc64"
else
MY_PN=${PN#mariadb-}
MY_PV=${PV/_b/-b}
SRC_URI="https://downloads.mariadb.org/f/${MY_PN}-${PV%_beta}/${PN}-${MY_PV}-src.tar.gz?serve -> ${P}-src.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}-src"
KEYWORDS="~amd64 ~hppa ~ia64 ~x86"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc64 ~x86"
fi

inherit cmake-utils multilib-minimal toolchain-funcs ${VCS_INHERIT}
Expand Down

0 comments on commit 3438250

Please sign in to comment.