diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-05-05 17:29:15 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-05-05 17:29:15 +0000 |
commit | 84443382f3caad8e1aa4ebf107e467f6eae6b84a (patch) | |
tree | 53da853b3dfbf18043d4224368ae8109bccbaad2 /app-emacs/psql | |
parent | Version bump. (diff) | |
download | gentoo-2-84443382f3caad8e1aa4ebf107e467f6eae6b84a.tar.gz gentoo-2-84443382f3caad8e1aa4ebf107e467f6eae6b84a.tar.bz2 gentoo-2-84443382f3caad8e1aa4ebf107e467f6eae6b84a.zip |
Fix dependencies: postgresql-server is not needed at build time.
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'app-emacs/psql')
-rw-r--r-- | app-emacs/psql/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/psql/psql-1.10.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-emacs/psql/ChangeLog b/app-emacs/psql/ChangeLog index 48654f223274..acd42195093b 100644 --- a/app-emacs/psql/ChangeLog +++ b/app-emacs/psql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/psql -# 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 $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psql/ChangeLog,v 1.12 2009/05/05 17:29:15 ulm Exp $ + + 05 May 2009; Ulrich Mueller <ulm@gentoo.org> psql-1.10.ebuild: + Fix dependencies: postgresql-server is not needed at build time. 05 May 2009; Christian Faulhammer <fauli@gentoo.org> psql-1.10.ebuild: set explicit RDEPEND diff --git a/app-emacs/psql/psql-1.10.ebuild b/app-emacs/psql/psql-1.10.ebuild index 0ca245b561a4..e177a6ccf2a8 100644 --- a/app-emacs/psql/psql-1.10.ebuild +++ b/app-emacs/psql/psql-1.10.ebuild @@ -1,6 +1,6 @@ # 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.13 2009/05/05 08:04:45 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psql/psql-1.10.ebuild,v 1.14 2009/05/05 17:29:15 ulm Exp $ inherit elisp @@ -13,7 +13,6 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="virtual/postgresql-server" -RDEPEND="${DEPEND}" +RDEPEND="virtual/postgresql-server" -SITEFILE=50${PN}-gentoo.el +SITEFILE="50${PN}-gentoo.el" |