summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-11-17 08:50:46 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-11-17 08:50:46 +0000
commit35ebc2a181555bd17291422f45693d426447c858 (patch)
tree4b87641b83232f02c5e786069afa7a304a0cd8ea /net-nntp
parentalways enable MALLOC_GLIBC_COMPAT (diff)
downloadgentoo-2-35ebc2a181555bd17291422f45693d426447c858.tar.gz
gentoo-2-35ebc2a181555bd17291422f45693d426447c858.tar.bz2
gentoo-2-35ebc2a181555bd17291422f45693d426447c858.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.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-nntp')
-rw-r--r--net-nntp/klibido/ChangeLog9
-rw-r--r--net-nntp/klibido/klibido-0.2.3-r1.ebuild3
-rw-r--r--net-nntp/klibido/klibido-0.2.4.1.ebuild3
3 files changed, 10 insertions, 5 deletions
diff --git a/net-nntp/klibido/ChangeLog b/net-nntp/klibido/ChangeLog
index 074bfaedde7f..91f291971bea 100644
--- a/net-nntp/klibido/ChangeLog
+++ b/net-nntp/klibido/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-nntp/klibido
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/ChangeLog,v 1.15 2005/09/23 11:55:32 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/ChangeLog,v 1.16 2005/11/17 08:50:46 flameeyes Exp $
+
+ 17 Nov 2005; Diego Pettenò <flameeyes@gentoo.org>
+ klibido-0.2.3-r1.ebuild, klibido-0.2.4.1.ebuild:
+ 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.
*klibido-0.2.4.1 (23 Sep 2005)
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)
"
diff --git a/net-nntp/klibido/klibido-0.2.4.1.ebuild b/net-nntp/klibido/klibido-0.2.4.1.ebuild
index 3beba02c4fbe..c01aefff2039 100644
--- a/net-nntp/klibido/klibido-0.2.4.1.ebuild
+++ b/net-nntp/klibido/klibido-0.2.4.1.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.4.1.ebuild,v 1.1 2005/09/23 11:55:32 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.4.1.ebuild,v 1.2 2005/11/17 08:50:46 flameeyes Exp $
inherit kde versionator
@@ -25,7 +25,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)
"