diff options
-rw-r--r-- | sys-apps/tuxonice-userui/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/tuxonice-userui/tuxonice-userui-0.7.3.ebuild | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/sys-apps/tuxonice-userui/ChangeLog b/sys-apps/tuxonice-userui/ChangeLog index b9e9faef191b..fcf36f820453 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog,v 1.10 2009/02/02 23:47:09 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog,v 1.11 2009/02/22 20:46:03 nelchael Exp $ + + 22 Feb 2009; Krzysiek Pawlik <nelchael@gentoo.org> + tuxonice-userui-0.7.3.ebuild: + Add missing media-libs/libmng to DEPEND, see bug #259800. 02 Feb 2009; Krzysiek Pawlik <nelchael@gentoo.org> ChangeLog: Fix ChangeLog entries. diff --git a/sys-apps/tuxonice-userui/tuxonice-userui-0.7.3.ebuild b/sys-apps/tuxonice-userui/tuxonice-userui-0.7.3.ebuild index 601239db9d2a..b4744382dc71 100644 --- a/sys-apps/tuxonice-userui/tuxonice-userui-0.7.3.ebuild +++ b/sys-apps/tuxonice-userui/tuxonice-userui-0.7.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/tuxonice-userui-0.7.3.ebuild,v 1.2 2009/01/14 19:23:41 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/tuxonice-userui-0.7.3.ebuild,v 1.3 2009/02/22 20:46:03 nelchael Exp $ + +EAPI="2" inherit toolchain-funcs eutils @@ -13,7 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="fbsplash" -DEPEND="fbsplash? ( >=media-gfx/splashutils-1.5.2.1 )" +DEPEND="fbsplash? ( >=media-gfx/splashutils-1.5.2.1 + media-libs/libmng[lcms] )" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |