diff options
author | Michael Januszewski <spock@gentoo.org> | 2007-09-02 21:08:10 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2007-09-02 21:08:10 +0000 |
commit | edd2509edbc0d41fff798ef185305eb279906f57 (patch) | |
tree | c9ff649a8863bc4810aeb462f7c49bb9bda2c6cf /media-gfx | |
parent | Stable on sparc wrt security bug #190968 (diff) | |
download | gentoo-2-edd2509edbc0d41fff798ef185305eb279906f57.tar.gz gentoo-2-edd2509edbc0d41fff798ef185305eb279906f57.tar.bz2 gentoo-2-edd2509edbc0d41fff798ef185305eb279906f57.zip |
Change the deps to require klibc-1.5 or later (bug #191074).
(Portage version: 2.1.3.7)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/splashutils/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.1.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog index 3a129045dad1..f8a1937bb1dd 100644 --- a/media-gfx/splashutils/ChangeLog +++ b/media-gfx/splashutils/ChangeLog @@ -1,6 +1,10 @@ # 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.106 2007/08/26 19:37:07 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.107 2007/09/02 21:08:10 spock Exp $ + + 02 Sep 2007; Michał Januszewski <spock@gentoo.org> + splashutils-1.5.ebuild, splashutils-1.5.1.ebuild: + Change the deps to require klibc-1.5 or later (bug #191074). *splashutils-1.5.1 (26 Aug 2007) diff --git a/media-gfx/splashutils/splashutils-1.5.1.ebuild b/media-gfx/splashutils/splashutils-1.5.1.ebuild index e2d1eecb3f1f..1bae867f56e1 100644 --- a/media-gfx/splashutils/splashutils-1.5.1.ebuild +++ b/media-gfx/splashutils/splashutils-1.5.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.5.1.ebuild,v 1.1 2007/08/26 19:37:07 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.1.ebuild,v 1.2 2007/09/02 21:08:10 spock Exp $ inherit eutils multilib toolchain-funcs @@ -39,7 +39,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2 ) app-arch/cpio media-gfx/fbgrab" DEPEND="${RDEPEND} - >=dev-libs/klibc-1.4.13" + >=dev-libs/klibc-1.5" S="${WORKDIR}/${P/_/-}" SG="${WORKDIR}/${GENTOOSPLASH}" diff --git a/media-gfx/splashutils/splashutils-1.5.ebuild b/media-gfx/splashutils/splashutils-1.5.ebuild index 442aea705362..eea396317c5e 100644 --- a/media-gfx/splashutils/splashutils-1.5.ebuild +++ b/media-gfx/splashutils/splashutils-1.5.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.5.ebuild,v 1.4 2007/08/19 21:22:30 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.ebuild,v 1.5 2007/09/02 21:08:10 spock Exp $ inherit eutils multilib toolchain-funcs @@ -39,7 +39,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2 ) app-arch/cpio media-gfx/fbgrab" DEPEND="${RDEPEND} - >=dev-libs/klibc-1.4.13" + >=dev-libs/klibc-1.5" S="${WORKDIR}/${P/_/-}" SG="${WORKDIR}/${GENTOOSPLASH}" |