summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-17 17:59:25 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-17 17:59:25 +0000
commitcfe1e2ac9050c55c6ec0bb4a670e6880b890b4a4 (patch)
treec22dfa074393f9fcbaae8a00d792b36e5b11307c /kde-base/kdelibs
parentkeyword ~amd64-fbsd (diff)
downloadgentoo-2-cfe1e2ac9050c55c6ec0bb4a670e6880b890b4a4.tar.gz
gentoo-2-cfe1e2ac9050c55c6ec0bb4a670e6880b890b4a4.tar.bz2
gentoo-2-cfe1e2ac9050c55c6ec0bb4a670e6880b890b4a4.zip
freebsd-lib-9.0 started provided a libutempter compatible interface. the good old libutempter does not build anymore on this FreeBSD version as it requires utmp. Allow this freebsd-lib version as a provider. keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdelibs')
-rw-r--r--kde-base/kdelibs/ChangeLog7
-rw-r--r--kde-base/kdelibs/kdelibs-4.8.3.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/kde-base/kdelibs/ChangeLog b/kde-base/kdelibs/ChangeLog
index c5cf595ad78a..764b36178549 100644
--- a/kde-base/kdelibs/ChangeLog
+++ b/kde-base/kdelibs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdelibs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/ChangeLog,v 1.843 2012/05/08 15:43:37 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/ChangeLog,v 1.844 2012/05/17 17:59:25 aballier Exp $
+
+ 17 May 2012; Alexis Ballier <aballier@gentoo.org> kdelibs-4.8.3.ebuild:
+ freebsd-lib-9.0 started provided a libutempter compatible interface. the good
+ old libutempter does not build anymore on this FreeBSD version as it requires
+ utmp. Allow this freebsd-lib version as a provider. keyword ~amd64-fbsd
08 May 2012; Johannes Huber <johu@gentoo.org> -kdelibs-4.8.2.ebuild:
Remove KDE SC 4.8.2
diff --git a/kde-base/kdelibs/kdelibs-4.8.3.ebuild b/kde-base/kdelibs/kdelibs-4.8.3.ebuild
index 34a2dcd6e96e..059b1c8dfb28 100644
--- a/kde-base/kdelibs/kdelibs-4.8.3.ebuild
+++ b/kde-base/kdelibs/kdelibs-4.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-4.8.3.ebuild,v 1.1 2012/05/03 20:07:56 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-4.8.3.ebuild,v 1.2 2012/05/17 17:59:25 aballier Exp $
EAPI=4
@@ -17,7 +17,7 @@ EGIT_BRANCH="KDE/4.8"
DESCRIPTION="KDE libraries needed by all KDE programs."
HOMEPAGE="http://www.kde.org/"
-KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
LICENSE="LGPL-2.1"
IUSE="3dnow acl alsa altivec +bzip2 debug doc fam +handbook jpeg2k kerberos lzma
mmx nls openexr +policykit semantic-desktop spell sse sse2 ssl +udev +udisks
@@ -65,7 +65,7 @@ COMMONDEPEND="
x11-libs/libXrender
x11-libs/libXScrnSaver
x11-libs/libXtst
- !kernel_SunOS? ( sys-libs/libutempter )
+ !kernel_SunOS? ( || ( sys-libs/libutempter >=sys-freebsd/freebsd-lib-9.0 ) )
)
bzip2? ( app-arch/bzip2 )
fam? ( virtual/fam )