summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Jackson <tsunam@gentoo.org>2007-02-24 20:09:45 +0000
committerJoshua Jackson <tsunam@gentoo.org>2007-02-24 20:09:45 +0000
commit28877f01ec91111c5364970de25fe9326d12c9d4 (patch)
tree5a7d46ded417cb1a38ab8c2eb40ada8161782bd1 /x11-wm/emerald
parentChanged the restrict options (diff)
downloadgentoo-2-28877f01ec91111c5364970de25fe9326d12c9d4.tar.gz
gentoo-2-28877f01ec91111c5364970de25fe9326d12c9d4.tar.bz2
gentoo-2-28877f01ec91111c5364970de25fe9326d12c9d4.zip
fixed typo that cuased invalid depends
(Portage version: 2.1.2-r9)
Diffstat (limited to 'x11-wm/emerald')
-rw-r--r--x11-wm/emerald/ChangeLog7
-rw-r--r--x11-wm/emerald/emerald-0.1.4.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-wm/emerald/ChangeLog b/x11-wm/emerald/ChangeLog
index 030a5119c7aa..41d90d85b17e 100644
--- a/x11-wm/emerald/ChangeLog
+++ b/x11-wm/emerald/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/emerald
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/emerald/ChangeLog,v 1.7 2006/12/29 01:05:57 tsunam Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/emerald/ChangeLog,v 1.8 2007/02/24 20:09:45 tsunam Exp $
+
+ 24 Feb 2007; Joshua Jackson <tsunam@gentoo.org> emerald-0.1.4.ebuild:
+ fixed type thanks to Matthew Schultz
29 Dec 2006; Joshua Jackson <tsunam@gentoo.org> emerald-0.1.4.ebuild:
fix for languages causing failures, bug #159412
diff --git a/x11-wm/emerald/emerald-0.1.4.ebuild b/x11-wm/emerald/emerald-0.1.4.ebuild
index eb7e80866363..b3dbe77cc2b6 100644
--- a/x11-wm/emerald/emerald-0.1.4.ebuild
+++ b/x11-wm/emerald/emerald-0.1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/emerald/emerald-0.1.4.ebuild,v 1.2 2006/12/29 01:05:57 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/emerald/emerald-0.1.4.ebuild,v 1.3 2007/02/24 20:09:45 tsunam Exp $
inherit gnome2
@@ -20,7 +20,7 @@ RDEPEND="x11-libs/pango
>=x11-libs/libXrender-0.8.4
=x11-wm/beryl-core-${PV}"
-DEPEND="${RDEPENDS}
+DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.19
>=sys-devel/gettext-0.15
>=dev-util/intltool-0.35"