diff options
-rw-r--r-- | sys-apps/paludis/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/paludis/paludis-0.24.5.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-apps/paludis/ChangeLog b/sys-apps/paludis/ChangeLog index 2a9c38e2e172..7e80855b53ab 100644 --- a/sys-apps/paludis/ChangeLog +++ b/sys-apps/paludis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/paludis # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.64 2007/07/09 21:32:47 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.65 2007/07/10 13:36:09 peper Exp $ + + 10 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> paludis-0.24.5.ebuild: + Move eselect-news to PDEPEND so portage users with collision-protect won't cry. *paludis-0.24.5 (09 Jul 2007) diff --git a/sys-apps/paludis/paludis-0.24.5.ebuild b/sys-apps/paludis/paludis-0.24.5.ebuild index 84bc3e43b550..79b533eaa92f 100644 --- a/sys-apps/paludis/paludis-0.24.5.ebuild +++ b/sys-apps/paludis/paludis-0.24.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.24.5.ebuild,v 1.1 2007/07/09 21:32:47 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.24.5.ebuild,v 1.2 2007/07/10 13:36:09 peper Exp $ inherit bash-completion eutils flag-o-matic @@ -31,14 +31,16 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} >=app-admin/eselect-1.0.2 - app-admin/eselect-news net-misc/wget net-misc/rsync sys-apps/sandbox" -# Keep this as a PDEPEND. It avoids issues when Paludis is used as the +# Keep vim as a PDEPEND. It avoids issues when Paludis is used as the # default virtual/portage provider. +# eselect-news here for easier upgrade path for portage users with +# collision-protect. PDEPEND=" + app-admin/eselect-news vim-syntax? ( >=app-editors/vim-core-7 )" PROVIDE="virtual/portage" |