diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 11:45:20 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 11:45:20 +0000 |
commit | 84184c6ef8cf4cd295788db852fda9fd5dc0b664 (patch) | |
tree | 81551aa66d0ea7555f6eb84cbd11dc2d753c11b6 /app-laptop/pommed/pommed-1.31.ebuild | |
parent | Fix slot-dep on gtk+ (diff) | |
download | historical-84184c6ef8cf4cd295788db852fda9fd5dc0b664.tar.gz historical-84184c6ef8cf4cd295788db852fda9fd5dc0b664.tar.bz2 historical-84184c6ef8cf4cd295788db852fda9fd5dc0b664.zip |
Fix slot-dep on gtk+
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'app-laptop/pommed/pommed-1.31.ebuild')
-rw-r--r-- | app-laptop/pommed/pommed-1.31.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-laptop/pommed/pommed-1.31.ebuild b/app-laptop/pommed/pommed-1.31.ebuild index 459da2912603..d8a185584364 100644 --- a/app-laptop/pommed/pommed-1.31.ebuild +++ b/app-laptop/pommed/pommed-1.31.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.31.ebuild,v 1.2 2010/06/17 23:56:19 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.31.ebuild,v 1.3 2011/03/27 11:45:20 nirbheek Exp $ + +EAPI="1" inherit eutils toolchain-funcs linux-info @@ -22,8 +24,8 @@ COMMON_DEPEND="media-libs/alsa-lib dev-libs/dbus-glib sys-libs/zlib media-libs/audiofile - gtk? ( >=x11-libs/gtk+-2 - >=gnome-base/libglade-2 ) + gtk? ( x11-libs/gtk+:2 + gnome-base/libglade:2.0 ) X? ( x11-libs/libX11 x11-libs/libXpm )" DEPEND="${COMMON_DEPEND} |