diff options
author | 2008-11-27 18:45:20 +0000 | |
---|---|---|
committer | 2008-11-27 18:45:20 +0000 | |
commit | 57ccc6355e35e332ba05665b8cd6e270ac557ff0 (patch) | |
tree | a63eeeed39fd32cea766441824d27313b1a702ab /dev-dotnet | |
parent | Move dev-util/pkgconfig from RDEPEND to DEPEND wrt #224301. (diff) | |
download | gentoo-2-57ccc6355e35e332ba05665b8cd6e270ac557ff0.tar.gz gentoo-2-57ccc6355e35e332ba05665b8cd6e270ac557ff0.tar.bz2 gentoo-2-57ccc6355e35e332ba05665b8cd6e270ac557ff0.zip |
Move dev-util/pkgconfig from RDEPEND to DEPEND wrt #224301.
(Portage version: 2.2_rc15/cvs/Linux 2.6.27-gentoo-r3 i686)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/xsp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-dotnet/xsp/xsp-1.2.1.ebuild | 8 | ||||
-rw-r--r-- | dev-dotnet/xsp/xsp-1.2.4.ebuild | 8 |
3 files changed, 12 insertions, 9 deletions
diff --git a/dev-dotnet/xsp/ChangeLog b/dev-dotnet/xsp/ChangeLog index 83d5cf9f4b1c..6e8d9ddea5f3 100644 --- a/dev-dotnet/xsp/ChangeLog +++ b/dev-dotnet/xsp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/xsp # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v 1.58 2008/11/23 20:12:15 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v 1.59 2008/11/27 18:45:20 ssuominen Exp $ + + 27 Nov 2008; <ssuominen@gentoo.org> xsp-1.2.1.ebuild, xsp-1.2.4.ebuild: + Move dev-util/pkgconfig from RDEPEND to DEPEND wrt #224301. 23 Nov 2008; Peter Alfredsen <loki_val@gentoo.org> +files/2.0/mod-mono-server.confd, +files/2.0/mod-mono-server.initd, diff --git a/dev-dotnet/xsp/xsp-1.2.1.ebuild b/dev-dotnet/xsp/xsp-1.2.1.ebuild index 793bb1d9ea59..ac79e6271bef 100644 --- a/dev-dotnet/xsp/xsp-1.2.1.ebuild +++ b/dev-dotnet/xsp/xsp-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.1.ebuild,v 1.6 2008/05/30 22:51:22 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.1.ebuild,v 1.7 2008/11/27 18:45:20 ssuominen Exp $ inherit mono autotools eutils @@ -11,11 +11,11 @@ SRC_URI="http://www.go-mono.com/sources/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" - IUSE="" -DEPEND=">=dev-lang/mono-${PV} - dev-util/pkgconfig" +RDEPEND=">=dev-lang/mono-${PV}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" pkg_preinst() { enewgroup aspnet diff --git a/dev-dotnet/xsp/xsp-1.2.4.ebuild b/dev-dotnet/xsp/xsp-1.2.4.ebuild index 402d92fa0966..d4005ec13023 100644 --- a/dev-dotnet/xsp/xsp-1.2.4.ebuild +++ b/dev-dotnet/xsp/xsp-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4.ebuild,v 1.4 2008/05/30 22:51:22 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4.ebuild,v 1.5 2008/11/27 18:45:20 ssuominen Exp $ inherit mono autotools eutils @@ -11,11 +11,11 @@ SRC_URI="http://www.go-mono.com/sources/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc x86" - IUSE="" -DEPEND=">=dev-lang/mono-${PV} - dev-util/pkgconfig" +RDEPEND=">=dev-lang/mono-${PV}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" pkg_preinst() { enewgroup aspnet |