diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-08-13 13:50:45 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-08-13 13:50:45 +0000 |
commit | 670cdc84330d1916660b19d5b7644adeeefc1ef3 (patch) | |
tree | 780f6471394bd0918763ad57d5608e8132e00ead /x11-libs | |
parent | remove X input drivers that were masked a month ago (diff) | |
download | gentoo-2-670cdc84330d1916660b19d5b7644adeeefc1ef3.tar.gz gentoo-2-670cdc84330d1916660b19d5b7644adeeefc1ef3.tar.bz2 gentoo-2-670cdc84330d1916660b19d5b7644adeeefc1ef3.zip |
x11-libs/libSM: look for FreeBSD's libc instead of x86-fbsd, thanks aballier
(Portage version: 2.2_rc36/cvs/Linux i686)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libSM/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libSM/libSM-1.1.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/libSM/ChangeLog b/x11-libs/libSM/ChangeLog index 08dec0a3e7d6..22c6b5989502 100644 --- a/x11-libs/libSM/ChangeLog +++ b/x11-libs/libSM/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libSM # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.67 2009/08/13 13:06:50 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.68 2009/08/13 13:50:45 remi Exp $ + + 13 Aug 2009; Rémi Cardona <remi@gentoo.org> libSM-1.1.1.ebuild: + look for FreeBSD's libc instead of x86-fbsd, thanks aballier *libSM-1.1.1 (13 Aug 2009) diff --git a/x11-libs/libSM/libSM-1.1.1.ebuild b/x11-libs/libSM/libSM-1.1.1.ebuild index e6b30b278652..a048f4f3adcf 100644 --- a/x11-libs/libSM/libSM-1.1.1.ebuild +++ b/x11-libs/libSM/libSM-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v 1.1 2009/08/13 13:06:50 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v 1.2 2009/08/13 13:50:45 remi Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,12 +10,12 @@ inherit x-modular DESCRIPTION="X.Org SM library" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="ipv6" +IUSE="ipv6 elibc_FreeBSD" RDEPEND="x11-libs/libICE x11-libs/xtrans x11-proto/xproto - !x86-fbsd? ( + !elibc_FreeBSD? ( || ( >=sys-apps/util-linux-2.16 <sys-libs/e2fsprogs-libs-1.41.8 ) )" DEPEND="${RDEPEND}" |