summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-laptop/pommed/ChangeLog6
-rw-r--r--app-laptop/pommed/pommed-1.14.ebuild5
-rw-r--r--app-laptop/pommed/pommed-1.16.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/app-laptop/pommed/ChangeLog b/app-laptop/pommed/ChangeLog
index a73372d518a4..d331b60d93d7 100644
--- a/app-laptop/pommed/ChangeLog
+++ b/app-laptop/pommed/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-laptop/pommed
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/ChangeLog,v 1.23 2008/04/05 14:16:01 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/ChangeLog,v 1.24 2008/04/05 23:21:31 cedk Exp $
+
+ 05 Apr 2008; Cédric Krier <cedk@gentoo.org> pommed-1.14.ebuild,
+ pommed-1.16.ebuild:
+ Add libXpm dependency for bug #216439
*pommed-1.16 (05 Apr 2008)
diff --git a/app-laptop/pommed/pommed-1.14.ebuild b/app-laptop/pommed/pommed-1.14.ebuild
index 3cf8dc1bbc6b..fd1f60345c74 100644
--- a/app-laptop/pommed/pommed-1.14.ebuild
+++ b/app-laptop/pommed/pommed-1.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.14.ebuild,v 1.5 2008/03/24 17:46:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.14.ebuild,v 1.6 2008/04/05 23:21:31 cedk Exp $
inherit eutils toolchain-funcs
@@ -25,7 +25,8 @@ DEPEND="media-libs/alsa-lib
media-libs/audiofile
gtk? ( >=x11-libs/gtk+-2
>=gnome-base/libglade-2 )
- X? ( x11-libs/libX11 )"
+ X? ( x11-libs/libX11
+ x11-libs/libXpm )"
RDEPEND="${DEPEND}
media-sound/alsa-utils
virtual/eject"
diff --git a/app-laptop/pommed/pommed-1.16.ebuild b/app-laptop/pommed/pommed-1.16.ebuild
index c0ca0ac75162..91b98c261d73 100644
--- a/app-laptop/pommed/pommed-1.16.ebuild
+++ b/app-laptop/pommed/pommed-1.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.16.ebuild,v 1.1 2008/04/05 14:16:01 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.16.ebuild,v 1.2 2008/04/05 23:21:31 cedk Exp $
inherit eutils toolchain-funcs
@@ -25,7 +25,8 @@ DEPEND="media-libs/alsa-lib
media-libs/audiofile
gtk? ( >=x11-libs/gtk+-2
>=gnome-base/libglade-2 )
- X? ( x11-libs/libX11 )"
+ X? ( x11-libs/libX11
+ x11-libs/libXpm )"
RDEPEND="${DEPEND}
media-sound/alsa-utils
virtual/eject"