diff options
author | José María Alonso <nimiux@gentoo.org> | 2012-12-16 20:02:53 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2012-12-16 20:02:53 +0000 |
commit | 19de0f941c66ffdac12c8822c5762dd8ab6f98d2 (patch) | |
tree | 1bc9c1adb624a00b80f24fa79263e58badaa6565 /app-emulation | |
parent | Drop no-herd from metadata.xml (diff) | |
download | gentoo-2-19de0f941c66ffdac12c8822c5762dd8ab6f98d2.tar.gz gentoo-2-19de0f941c66ffdac12c8822c5762dd8ab6f98d2.tar.bz2 gentoo-2-19de0f941c66ffdac12c8822c5762dd8ab6f98d2.zip |
Add missing dependencies. Thanks to Agostino Sarubbo bug #447512
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/free42/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/free42/free42-1.4.75.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-emulation/free42/ChangeLog b/app-emulation/free42/ChangeLog index 8cc001e69be2..b24407a96d22 100644 --- a/app-emulation/free42/ChangeLog +++ b/app-emulation/free42/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/free42 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/ChangeLog,v 1.11 2012/12/16 19:29:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/ChangeLog,v 1.12 2012/12/16 20:02:53 nimiux Exp $ + + 16 Dec 2012; Chema Alonso <nimiux@gentoo.org> free42-1.4.75.ebuild: + Add missing dependencies. Thanks to Agostino Sarubbo bug #447512 16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> free42-1.4.75.ebuild: Stable for x86, wrt bug #447512 diff --git a/app-emulation/free42/free42-1.4.75.ebuild b/app-emulation/free42/free42-1.4.75.ebuild index 7f10d6a4867f..fc7bb589f476 100644 --- a/app-emulation/free42/free42-1.4.75.ebuild +++ b/app-emulation/free42/free42-1.4.75.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/free42-1.4.75.ebuild,v 1.5 2012/12/16 19:29:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/free42-1.4.75.ebuild,v 1.6 2012/12/16 20:02:53 nimiux Exp $ EAPI=4 @@ -20,9 +20,11 @@ DEPEND="dev-libs/atk x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/pango - media-libs/alsa-lib" + alsa? ( media-libs/alsa-lib )" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + x11-libs/libX11 + x11-libs/libXmu" S=${WORKDIR}/${PN} |