diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 08:03:37 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 08:03:37 +0000 |
commit | fc734d34caa470af26f97d50ca68c0ee98e405aa (patch) | |
tree | 7bc604753336c5f9ec682e6cc001cf4a7ad6cbf5 /app-emacs/psgml | |
parent | fix repoman warnings (diff) | |
download | gentoo-2-fc734d34caa470af26f97d50ca68c0ee98e405aa.tar.gz gentoo-2-fc734d34caa470af26f97d50ca68c0ee98e405aa.tar.bz2 gentoo-2-fc734d34caa470af26f97d50ca68c0ee98e405aa.zip |
set explicit RDEPEND
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-emacs/psgml')
-rw-r--r-- | app-emacs/psgml/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/psgml/psgml-1.2.5-r1.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-emacs/psgml/ChangeLog b/app-emacs/psgml/ChangeLog index 7db9cdc53bc8..4106f948eeb0 100644 --- a/app-emacs/psgml/ChangeLog +++ b/app-emacs/psgml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/psgml -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/ChangeLog,v 1.12 2007/07/03 06:44:52 opfer Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/ChangeLog,v 1.13 2009/05/05 08:03:37 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> + psgml-1.2.5-r1.ebuild: + set explicit RDEPEND 03 Jul 2007; Christian Faulhammer <opfer@gentoo.org> psgml-1.2.5-r1.ebuild: diff --git a/app-emacs/psgml/psgml-1.2.5-r1.ebuild b/app-emacs/psgml/psgml-1.2.5-r1.ebuild index 876b509641fe..882d47436190 100644 --- a/app-emacs/psgml/psgml-1.2.5-r1.ebuild +++ b/app-emacs/psgml/psgml-1.2.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/psgml/psgml-1.2.5-r1.ebuild,v 1.10 2007/07/03 06:44:52 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.2.5-r1.ebuild,v 1.11 2009/05/05 08:03:37 fauli Exp $ inherit elisp @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="x86 sparc amd64 ppc" DEPEND="app-text/openjade" +RDEPEND="${DEPEND}" SITEFILE=50psgml-gentoo.el |