diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-17 08:50:46 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-17 08:50:46 +0000 |
commit | 4ab0740cb1baf7858012a7b8c85acff919dc90be (patch) | |
tree | e232d830aefae3cd572ad4b25ba55571049c3e1f /net-nntp/klibido/klibido-0.2.3-r1.ebuild | |
parent | always enable MALLOC_GLIBC_COMPAT (diff) | |
download | historical-4ab0740cb1baf7858012a7b8c85acff919dc90be.tar.gz historical-4ab0740cb1baf7858012a7b8c85acff919dc90be.tar.bz2 historical-4ab0740cb1baf7858012a7b8c85acff919dc90be.zip |
Remove --datadir configure option, that's no more overriden with --datadir=/usr/share inside kde eclass. This fixes bug #112756. The reason of the old --datadir parameter is not clear but this does the same it was done until yesterday's changes to kde eclass.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-nntp/klibido/klibido-0.2.3-r1.ebuild')
-rw-r--r-- | net-nntp/klibido/klibido-0.2.3-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-nntp/klibido/klibido-0.2.3-r1.ebuild b/net-nntp/klibido/klibido-0.2.3-r1.ebuild index 00918cd846d5..af89b96e3ee7 100644 --- a/net-nntp/klibido/klibido-0.2.3-r1.ebuild +++ b/net-nntp/klibido/klibido-0.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.3-r1.ebuild,v 1.4 2005/09/09 17:07:55 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.3-r1.ebuild,v 1.5 2005/11/17 08:50:46 flameeyes Exp $ inherit kde versionator @@ -31,7 +31,6 @@ src_compile() { libdbver="$(get_version_component_range 1-2 ${libdbver})" myconf="${myconf} - --datadir='${D}'/usr/share --with-extra-includes=/usr/include/db${libdbver}/ $(use_enable debug) " |