diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-12-26 09:29:06 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-12-26 09:29:06 +0000 |
commit | b06881ca9e1ee477aa0efb17bd9b8a1dc5cd1c48 (patch) | |
tree | f49057de132630a607fd0d1448c6e7116f948de7 /sys-apps | |
parent | Cleaning old versions (diff) | |
download | gentoo-2-b06881ca9e1ee477aa0efb17bd9b8a1dc5cd1c48.tar.gz gentoo-2-b06881ca9e1ee477aa0efb17bd9b8a1dc5cd1c48.tar.bz2 gentoo-2-b06881ca9e1ee477aa0efb17bd9b8a1dc5cd1c48.zip |
Depend either on new libpng with static-libs USE flag enabled or older which always builds static library, see bug #349662.
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/tuxonice-userui/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sys-apps/tuxonice-userui/ChangeLog b/sys-apps/tuxonice-userui/ChangeLog index d0ba79242e1c..e187e9cfba02 100644 --- a/sys-apps/tuxonice-userui/ChangeLog +++ b/sys-apps/tuxonice-userui/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/tuxonice-userui # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog,v 1.18 2010/12/12 14:57:04 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog,v 1.19 2010/12/26 09:29:06 nelchael Exp $ + + 26 Dec 2010; Krzysztof Pawlik <nelchael@gentoo.org> + tuxonice-userui-1.0.ebuild: + Depend either on new libpng with static-libs USE flag enabled or older which + always builds static library, see bug #349662. 12 Dec 2010; Krzysztof Pawlik <nelchael@gentoo.org> tuxonice-userui-1.0.ebuild: diff --git a/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild b/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild index c76cc1a39f33..bdd288d4f071 100644 --- a/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild +++ b/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild,v 1.5 2010/12/12 14:57:04 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild,v 1.6 2010/12/26 09:29:06 nelchael Exp $ EAPI="2" @@ -17,6 +17,8 @@ KEYWORDS="amd64 x86" IUSE="fbsplash" DEPEND="fbsplash? ( >=media-gfx/splashutils-1.5.2.1 media-libs/libmng[lcms] + || ( >=media-libs/libpng-1.4.4[static-libs] + <media-libs/libpng-1.4.4:0 ) media-libs/lcms:0[static-libs] )" RDEPEND="${DEPEND}" |