summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/simple-ccsm/ChangeLog7
-rw-r--r--x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild7
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-apps/simple-ccsm/ChangeLog b/x11-apps/simple-ccsm/ChangeLog
index a5eeffed1b9d..578456fa24de 100644
--- a/x11-apps/simple-ccsm/ChangeLog
+++ b/x11-apps/simple-ccsm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/simple-ccsm
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/ChangeLog,v 1.11 2011/04/11 20:14:39 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/ChangeLog,v 1.12 2012/04/20 01:31:33 naota Exp $
+
+ 20 Apr 2012; Naohiro Aota <naota@gentoo.org> simple-ccsm-0.8.4-r1.ebuild:
+ Add missing dependency: dev-util/intltool and dev-util/pkgconfig
11 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
simple-ccsm-0.8.4-r1.ebuild:
diff --git a/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild b/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild
index dbf206f42da3..373fd3a24522 100644
--- a/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild
+++ b/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild,v 1.2 2011/04/11 20:14:39 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild,v 1.3 2012/04/20 01:31:33 naota Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -16,6 +16,9 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
+DEPEND="
+ dev-util/intltool
+ dev-util/pkgconfig"
RDEPEND="
>=dev-python/compizconfig-python-${PV}
>=dev-python/pygtk-2.10:2