diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-02-22 20:46:03 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-02-22 20:46:03 +0000 |
commit | 489e8ce88010a08993cdf527a7e603f12c29fcef (patch) | |
tree | a2158301254ac46f1028aed57f0468ee2dcbcb00 /sys-apps | |
parent | Bugfix bump, fixes local directory creation during downloads (diff) | |
download | gentoo-2-489e8ce88010a08993cdf527a7e603f12c29fcef.tar.gz gentoo-2-489e8ce88010a08993cdf527a7e603f12c29fcef.tar.bz2 gentoo-2-489e8ce88010a08993cdf527a7e603f12c29fcef.zip |
Add missing media-libs/libmng to DEPEND, see bug #259800.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-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} |