diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-08-16 19:14:03 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-08-16 19:14:03 +0000 |
commit | 84ee53b56043de7c215e9eeb5ab345dbbab09c15 (patch) | |
tree | 046396ca3492cdd007d00987bc6905192061c5f3 /sys-libs | |
parent | Fix 4.7 slot for SONAME bug #182972, java support bug #217661 and also proper... (diff) | |
download | gentoo-2-84ee53b56043de7c215e9eeb5ab345dbbab09c15.tar.gz gentoo-2-84ee53b56043de7c215e9eeb5ab345dbbab09c15.tar.bz2 gentoo-2-84ee53b56043de7c215e9eeb5ab345dbbab09c15.zip |
Cleanup repoman blips quickly.
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/db-4.7.25_p1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/db/db-4.7.25_p1-r1.ebuild b/sys-libs/db/db-4.7.25_p1-r1.ebuild index c9a9fcd24dd5..0167090ac966 100644 --- a/sys-libs/db/db-4.7.25_p1-r1.ebuild +++ b/sys-libs/db/db-4.7.25_p1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.7.25_p1-r1.ebuild,v 1.1 2008/08/16 19:12:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.7.25_p1-r1.ebuild,v 1.2 2008/08/16 19:14:03 robbat2 Exp $ inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool @@ -48,7 +48,7 @@ src_unpack() { sed -i \ -e "s,\(ac_compiler\|\${MAKEFILE_CC}\|\${MAKEFILE_CXX}\|\$CC\)\( *--version\),\1 -dumpversion,g" \ "${S}"/../dist/configure - + # use the includes from the prefix epatch "${FILESDIR}"/"${PN}"-4.6-jni-check-prefix-first.patch epatch "${FILESDIR}"/"${PN}"-4.3-listen-to-java-options.patch @@ -57,7 +57,7 @@ src_unpack() { # This supersedes the unused jarlocation patches. sed -r -i \ -e '/jarfile=.*\.jar$/s,(.jar$),-$(LIBVERSION)\1,g' \ - ${S}/../dist/Makefile.in + "${S}"/../dist/Makefile.in # During bootstrap, libtool etc might not yet be available if use !bootstrap; then |