diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-13 05:35:20 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-13 05:35:20 +0000 |
commit | e0e82d5021cdb7c188d64fe88032c062880d972d (patch) | |
tree | 1dd4e110253dc3c74ccbb242a42335ffaa2f0f0d /x11-plugins/wmalms/wmalms-1.1.1.ebuild | |
parent | Version bump wrt #129273, thanks to Dirk Silkenbäumer for reporting.. and am... (diff) | |
download | gentoo-2-e0e82d5021cdb7c188d64fe88032c062880d972d.tar.gz gentoo-2-e0e82d5021cdb7c188d64fe88032c062880d972d.tar.bz2 gentoo-2-e0e82d5021cdb7c188d64fe88032c062880d972d.zip |
drop in xproto depend
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins/wmalms/wmalms-1.1.1.ebuild')
-rw-r--r-- | x11-plugins/wmalms/wmalms-1.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-plugins/wmalms/wmalms-1.1.1.ebuild b/x11-plugins/wmalms/wmalms-1.1.1.ebuild index 824ddf4e3ff6..10a087d85c7d 100644 --- a/x11-plugins/wmalms/wmalms-1.1.1.ebuild +++ b/x11-plugins/wmalms/wmalms-1.1.1.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/x11-plugins/wmalms/wmalms-1.1.1.ebuild,v 1.1 2008/01/13 05:21:33 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/wmalms-1.1.1.ebuild,v 1.2 2008/01/13 05:35:20 drac Exp $ inherit autotools eutils @@ -19,6 +19,7 @@ RDEPEND="x11-libs/libXext sys-apps/lm_sensors" DEPEND="${RDEPEND} x11-proto/xextproto + x11-proto/xproto x11-libs/libXt" src_unpack() { |