summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/psql/ChangeLog7
-rw-r--r--app-emacs/psql/psql-1.10.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emacs/psql/ChangeLog b/app-emacs/psql/ChangeLog
index 75cc0341d1ba..48654f223274 100644
--- a/app-emacs/psql/ChangeLog
+++ b/app-emacs/psql/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/psql
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/psql/ChangeLog,v 1.10 2008/05/21 15:50:51 dev-zero Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/psql/ChangeLog,v 1.11 2009/05/05 08:04:45 fauli Exp $
+
+ 05 May 2009; Christian Faulhammer <fauli@gentoo.org> psql-1.10.ebuild:
+ set explicit RDEPEND
21 May 2008; Tiziano Müller <dev-zero@gentoo.org> psql-1.10.ebuild:
Changed dependency for postgresql from dev-db/postgresql to
diff --git a/app-emacs/psql/psql-1.10.ebuild b/app-emacs/psql/psql-1.10.ebuild
index 52436cc3967a..0ca245b561a4 100644
--- a/app-emacs/psql/psql-1.10.ebuild
+++ b/app-emacs/psql/psql-1.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/psql/psql-1.10.ebuild,v 1.12 2008/05/21 15:50:51 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/psql/psql-1.10.ebuild,v 1.13 2009/05/05 08:04:45 fauli Exp $
inherit elisp
@@ -14,5 +14,6 @@ KEYWORDS="amd64 x86"
IUSE=""
DEPEND="virtual/postgresql-server"
+RDEPEND="${DEPEND}"
SITEFILE=50${PN}-gentoo.el