diff options
author | 2011-08-15 11:33:07 +0000 | |
---|---|---|
committer | 2011-08-15 11:33:07 +0000 | |
commit | 56942870384150af56e6282a69f8a374b46e69cb (patch) | |
tree | 5d05918b4b1654604180aa31e399e62d1ce50ab8 /sys-apps/tuxonice-userui | |
parent | Update EAPI to 4. (diff) | |
download | gentoo-2-56942870384150af56e6282a69f8a374b46e69cb.tar.gz gentoo-2-56942870384150af56e6282a69f8a374b46e69cb.tar.bz2 gentoo-2-56942870384150af56e6282a69f8a374b46e69cb.zip |
Require media-libs/freetype with static libraries, see bug #379143.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/tuxonice-userui')
-rw-r--r-- | sys-apps/tuxonice-userui/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-apps/tuxonice-userui/ChangeLog b/sys-apps/tuxonice-userui/ChangeLog index 518339d48a80..23419e9d502d 100644 --- a/sys-apps/tuxonice-userui/ChangeLog +++ b/sys-apps/tuxonice-userui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/tuxonice-userui # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog,v 1.20 2011/08/05 21:02:42 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog,v 1.21 2011/08/15 11:33:07 nelchael Exp $ + + 15 Aug 2011; Krzysztof Pawlik <nelchael@gentoo.org> + tuxonice-userui-1.0.ebuild: + Require media-libs/freetype with static libraries, see bug #379143. 05 Aug 2011; 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 8bfe582d0edf..ff854f4d2c5c 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-2011 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.7 2011/08/05 21:02:42 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild,v 1.8 2011/08/15 11:33:07 nelchael Exp $ EAPI="2" @@ -19,6 +19,7 @@ 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/freetype[static-libs] app-arch/bzip2[static] media-libs/lcms:0[static-libs] )" RDEPEND="${DEPEND}" |