summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2007-05-14 21:31:45 +0000
committerCédric Krier <cedk@gentoo.org>2007-05-14 21:31:45 +0000
commita3db54f6130820053de38449d8ea66f260fd9889 (patch)
treeb735d1122d04e43a24a9542a0b497004261f1a85 /app-laptop/pommed
parentDepend on scrnsaverproto thanks flameeyes in bug 178574 (diff)
downloadgentoo-2-a3db54f6130820053de38449d8ea66f260fd9889.tar.gz
gentoo-2-a3db54f6130820053de38449d8ea66f260fd9889.tar.bz2
gentoo-2-a3db54f6130820053de38449d8ea66f260fd9889.zip
app-laptop/pommed: Fix rc script for bug #178496 and dependencies for bug #178508
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-laptop/pommed')
-rw-r--r--app-laptop/pommed/ChangeLog6
-rwxr-xr-xapp-laptop/pommed/files/pommed.rc2
-rw-r--r--app-laptop/pommed/pommed-1.4.ebuild6
3 files changed, 9 insertions, 5 deletions
diff --git a/app-laptop/pommed/ChangeLog b/app-laptop/pommed/ChangeLog
index cc34e10db775..58ca758fd6d2 100644
--- a/app-laptop/pommed/ChangeLog
+++ b/app-laptop/pommed/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-laptop/pommed
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/ChangeLog,v 1.4 2007/05/13 13:25:13 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/ChangeLog,v 1.5 2007/05/14 21:31:45 cedk Exp $
+
+ 14 May 2007; Cédric Krier <cedk@gentoo.org> files/pommed.rc,
+ pommed-1.4.ebuild:
+ Fix rc script for bug #178496 and dependencies for bug #178508
*pommed-1.4 (13 May 2007)
diff --git a/app-laptop/pommed/files/pommed.rc b/app-laptop/pommed/files/pommed.rc
index a214c826b3f5..062d1a9c3994 100755
--- a/app-laptop/pommed/files/pommed.rc
+++ b/app-laptop/pommed/files/pommed.rc
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
depend() {
- need dbus
+ need dbus alsasound
}
start() {
diff --git a/app-laptop/pommed/pommed-1.4.ebuild b/app-laptop/pommed/pommed-1.4.ebuild
index 3950ec512521..9b92fce26d82 100644
--- a/app-laptop/pommed/pommed-1.4.ebuild
+++ b/app-laptop/pommed/pommed-1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.4.ebuild,v 1.1 2007/05/13 13:25:13 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.4.ebuild,v 1.2 2007/05/14 21:31:45 cedk Exp $
inherit eutils toolchain-funcs
@@ -17,9 +17,9 @@ IUSE="gtk X"
DEPEND="media-libs/alsa-lib
x86? ( sys-apps/pciutils
- sys-libs/libsmbios )
+ >=sys-libs/libsmbios-0.13.6 )
amd64? ( sys-apps/pciutils
- sys-libs/libsmbios )
+ >=sys-libs/libsmbios-0.13.6 )
dev-libs/confuse
sys-apps/dbus
sys-libs/zlib