diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-15 15:04:22 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-15 16:03:51 +0200 |
commit | b643e751133b6094867396b304ac74ac64d18945 (patch) | |
tree | bd3d54f2115d64451286411fde2f7873914b414f /sci-libs | |
parent | Fix Malformed Id header on line: 3 (diff) | |
download | gentoo-b643e751133b6094867396b304ac74ac64d18945.tar.gz gentoo-b643e751133b6094867396b304ac74ac64d18945.tar.bz2 gentoo-b643e751133b6094867396b304ac74ac64d18945.zip |
sci-libs/mmdb: Drop unnecessary deps
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/mmdb/mmdb-1.24.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/mmdb/mmdb-1.24.ebuild b/sci-libs/mmdb/mmdb-1.24.ebuild index 600bdd470dd6..f44a3ae67ee1 100644 --- a/sci-libs/mmdb/mmdb-1.24.ebuild +++ b/sci-libs/mmdb/mmdb-1.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -35,8 +35,8 @@ src_install() { Version: ${PV} Requires: Conflicts: - Libs: -L${EPREFIX}/usr/$(get_libdir) -lmmdb - Cflags: -I${EPREFIX}/usr/include/mmdb + Libs: -L"${EPREFIX}/usr/$(get_libdir)" -lmmdb + Cflags: -I"${EPREFIX}/usr/include/mmdb" EOF |