diff options
author | Bernd Waibel <waebbl@gmail.com> | 2020-12-11 18:06:31 +0100 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2020-12-18 18:17:51 -0500 |
commit | 3d1c49a2aec5f9976835535e4e8b74fbf00315d6 (patch) | |
tree | 3be327387a174d1d90a442b55eaa25178a66907e /dev-db/postgis | |
parent | dev-db/postgis: fix direct ar call (diff) | |
download | gentoo-3d1c49a2aec5f9976835535e4e8b74fbf00315d6.tar.gz gentoo-3d1c49a2aec5f9976835535e4e8b74fbf00315d6.tar.bz2 gentoo-3d1c49a2aec5f9976835535e4e8b74fbf00315d6.zip |
dev-db/postgis: avoid calling ar directly
Backport patch from 3.0.3 to avoid ar being called directly.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Bernd Waibel <waebbl@gmail.com>
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db/postgis')
-rw-r--r-- | dev-db/postgis/postgis-3.1.0_alpha3-r1.ebuild (renamed from dev-db/postgis/postgis-3.1.0_alpha3.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-db/postgis/postgis-3.1.0_alpha3.ebuild b/dev-db/postgis/postgis-3.1.0_alpha3-r1.ebuild index 36cb7623ef8f..d9647334f4e1 100644 --- a/dev-db/postgis/postgis-3.1.0_alpha3.ebuild +++ b/dev-db/postgis/postgis-3.1.0_alpha3-r1.ebuild @@ -53,7 +53,10 @@ DEPEND="${RDEPEND} test? ( dev-util/cunit ) " -PATCHES=( "${FILESDIR}/${PN}-2.2.0-arflags.patch" ) +PATCHES=( + "${FILESDIR}/${PN}-2.2.0-arflags.patch" + "${FILESDIR}/${PN}-3.0.3-avoid-calling-ar-directly.patch" +) src_prepare() { default |