diff options
author | 2019-11-07 23:17:39 +0100 | |
---|---|---|
committer | 2019-11-07 23:19:03 +0100 | |
commit | a159ca3e2c2f6466507807024a3035fe2cd62e24 (patch) | |
tree | 9eeefdd71abd0fa6ec58378fdefb782c783317c7 /sys-libs/db/db-4.3.29_p1-r2.ebuild | |
parent | media-gfx/slic3r: Add patch by Chris Mansfield for recent boost (diff) | |
download | gentoo-a159ca3e2c2f6466507807024a3035fe2cd62e24.tar.gz gentoo-a159ca3e2c2f6466507807024a3035fe2cd62e24.tar.bz2 gentoo-a159ca3e2c2f6466507807024a3035fe2cd62e24.zip |
sys-libs/db: Next batch of EAPI-7 revbumps
Fixed some minor issues from previous EAPI-7 revbump.
Closes: https://bugs.gentoo.org/697542
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-libs/db/db-4.3.29_p1-r2.ebuild')
-rw-r--r-- | sys-libs/db/db-4.3.29_p1-r2.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys-libs/db/db-4.3.29_p1-r2.ebuild b/sys-libs/db/db-4.3.29_p1-r2.ebuild index 1a90b1c6f2f1..a152f3a66fa3 100644 --- a/sys-libs/db/db-4.3.29_p1-r2.ebuild +++ b/sys-libs/db/db-4.3.29_p1-r2.ebuild @@ -26,7 +26,7 @@ for (( i=1 ; i<=${PATCHNO} ; i++ )) ; do done LICENSE="Sleepycat" -SLOT="4.3" +SLOT="$(ver_cut 1-2)" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86" IUSE="tcl java doc cxx rpc" @@ -108,13 +108,6 @@ src_prepare() { src_configure() { local myconf=( - --prefix="${EPREFIX}"/usr - --mandir="${EPREFIX}"/usr/share/man - --infodir="${EPREFIX}"/usr/share/info - --datadir="${EPREFIX}"/usr/share - --sysconfdir="${EPREFIX}"/etc - --localstatedir="${EPREFIX}"/var/lib - --libdir="${EPREFIX}"/usr/"$(get_libdir)" --enable-compat185 --enable-o_direct --without-uniquename @@ -135,8 +128,6 @@ src_configure() { ) fi - [[ -n ${CBUILD} ]] && myconf+=( --build=${CBUILD} ) - # the entire testsuite needs the TCL functionality if use tcl && use test ; then myconf+=( --enable-test ) |