summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2007-07-16 22:21:56 +0000
committerMichael Januszewski <spock@gentoo.org>2007-07-16 22:21:56 +0000
commit6da117197d6f07a6809ea1a5230458facdde6ba0 (patch)
tree50d2a33e9bbde12e30bc4a9f0c66937ec64dec3f /media-gfx
parentStable on sparc wrt security #185010 (diff)
downloadgentoo-2-6da117197d6f07a6809ea1a5230458facdde6ba0.tar.gz
gentoo-2-6da117197d6f07a6809ea1a5230458facdde6ba0.tar.bz2
gentoo-2-6da117197d6f07a6809ea1a5230458facdde6ba0.zip
Fix bug #185415.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/splashutils/ChangeLog7
-rw-r--r--media-gfx/splashutils/splashutils-1.4.1.ebuild4
-rw-r--r--media-gfx/splashutils/splashutils-1.4.2.1.ebuild4
-rw-r--r--media-gfx/splashutils/splashutils-1.4.2.ebuild4
-rw-r--r--media-gfx/splashutils/splashutils-1.4.3.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog
index acf5a2cc28a4..a968c51a6733 100644
--- a/media-gfx/splashutils/ChangeLog
+++ b/media-gfx/splashutils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/splashutils
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.98 2007/07/07 18:30:25 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.99 2007/07/16 22:21:56 spock Exp $
+
+ 16 Jul 2007; Michal Januszewski <spock@gentoo.org>
+ splashutils-1.4.1.ebuild, splashutils-1.4.2.ebuild,
+ splashutils-1.4.2.1.ebuild, splashutils-1.4.3.ebuild:
+ Fix bug #185415.
07 Jul 2007; Michał Januszewski <spock@gentoo.org>
-files/splashutils-gentoo-0.1.14-stat.patch,
diff --git a/media-gfx/splashutils/splashutils-1.4.1.ebuild b/media-gfx/splashutils/splashutils-1.4.1.ebuild
index be028d52536d..b6f252438fb9 100644
--- a/media-gfx/splashutils/splashutils-1.4.1.ebuild
+++ b/media-gfx/splashutils/splashutils-1.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.4.1.ebuild,v 1.5 2007/05/07 19:24:05 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.4.1.ebuild,v 1.6 2007/07/16 22:21:56 spock Exp $
inherit eutils multilib toolchain-funcs
@@ -77,7 +77,7 @@ src_unpack() {
ewarn "without fbsplash support (ie. verbose mode will not work)."
fi
- if has_version sys-libs/glibc && ! built_with_use sys-libs/glibc nptl ; then
+ if has_version sys-libs/glibc && ! built_with_use --missing true sys-libs/glibc nptl ; then
eerror "Your sys-libs/glibc has been built with support for linuxthreads only."
eerror "This package requires nptl to work correctly. Please recompile glibc"
eerror "with the 'nptl' USE flag enabled."
diff --git a/media-gfx/splashutils/splashutils-1.4.2.1.ebuild b/media-gfx/splashutils/splashutils-1.4.2.1.ebuild
index 5a0d6a3c8c0d..9f3532b549cd 100644
--- a/media-gfx/splashutils/splashutils-1.4.2.1.ebuild
+++ b/media-gfx/splashutils/splashutils-1.4.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.4.2.1.ebuild,v 1.1 2007/06/09 18:40:12 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.4.2.1.ebuild,v 1.2 2007/07/16 22:21:56 spock Exp $
inherit eutils multilib toolchain-funcs
@@ -74,7 +74,7 @@ src_unpack() {
ewarn "without fbsplash support (ie. verbose mode will not work)."
fi
- if has_version sys-libs/glibc && ! built_with_use sys-libs/glibc nptl ; then
+ if has_version sys-libs/glibc && ! built_with_use --missing true sys-libs/glibc nptl ; then
eerror "Your sys-libs/glibc has been built with support for linuxthreads only."
eerror "This package requires nptl to work correctly. Please recompile glibc"
eerror "with the 'nptl' USE flag enabled."
diff --git a/media-gfx/splashutils/splashutils-1.4.2.ebuild b/media-gfx/splashutils/splashutils-1.4.2.ebuild
index 4bc8b3401681..a5ff8a7cba47 100644
--- a/media-gfx/splashutils/splashutils-1.4.2.ebuild
+++ b/media-gfx/splashutils/splashutils-1.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.4.2.ebuild,v 1.6 2007/05/14 19:26:05 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.4.2.ebuild,v 1.7 2007/07/16 22:21:56 spock Exp $
inherit eutils multilib toolchain-funcs
@@ -81,7 +81,7 @@ src_unpack() {
ewarn "without fbsplash support (ie. verbose mode will not work)."
fi
- if has_version sys-libs/glibc && ! built_with_use sys-libs/glibc nptl ; then
+ if has_version sys-libs/glibc && ! built_with_use --missing true sys-libs/glibc nptl ; then
eerror "Your sys-libs/glibc has been built with support for linuxthreads only."
eerror "This package requires nptl to work correctly. Please recompile glibc"
eerror "with the 'nptl' USE flag enabled."
diff --git a/media-gfx/splashutils/splashutils-1.4.3.ebuild b/media-gfx/splashutils/splashutils-1.4.3.ebuild
index 261dcee25899..d670d3d1134c 100644
--- a/media-gfx/splashutils/splashutils-1.4.3.ebuild
+++ b/media-gfx/splashutils/splashutils-1.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.4.3.ebuild,v 1.1 2007/07/07 18:18:45 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.4.3.ebuild,v 1.2 2007/07/16 22:21:56 spock Exp $
inherit eutils multilib toolchain-funcs
@@ -74,7 +74,7 @@ src_unpack() {
ewarn "without fbsplash support (ie. verbose mode will not work)."
fi
- if has_version sys-libs/glibc && ! built_with_use sys-libs/glibc nptl ; then
+ if has_version sys-libs/glibc && ! built_with_use --missing true sys-libs/glibc nptl ; then
eerror "Your sys-libs/glibc has been built with support for linuxthreads only."
eerror "This package requires nptl to work correctly. Please recompile glibc"
eerror "with the 'nptl' USE flag enabled."