diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-12-08 22:54:00 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-12-08 22:54:00 +0000 |
commit | 22f85e9443b36a3a0e7b9a613873e22cf52870e3 (patch) | |
tree | 05327a7648f081f0aa98555584775e8fb220098a /x11-misc/entrance | |
parent | Add libX11 and xproto deps for bug 153603, thanks to Patrick Lauer for report... (diff) | |
download | gentoo-2-22f85e9443b36a3a0e7b9a613873e22cf52870e3.tar.gz gentoo-2-22f85e9443b36a3a0e7b9a613873e22cf52870e3.tar.bz2 gentoo-2-22f85e9443b36a3a0e7b9a613873e22cf52870e3.zip |
pam should depend on virtual/pam
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'x11-misc/entrance')
-rw-r--r-- | x11-misc/entrance/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/entrance/entrance-0.9.0.007.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/entrance/entrance-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/entrance/ChangeLog b/x11-misc/entrance/ChangeLog index c0f6cedb8362..a91bf1c0b309 100644 --- a/x11-misc/entrance/ChangeLog +++ b/x11-misc/entrance/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/entrance # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/ChangeLog,v 1.14 2006/07/16 05:42:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/ChangeLog,v 1.15 2006/12/08 22:54:00 uberlord Exp $ + + 08 Dec 2006; Roy Marples <uberlord@gentoo.org> entrance-0.9.0.007.ebuild, + entrance-9999.ebuild: + pam should depend on virtual/pam 14 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> entrance-9999.ebuild: diff --git a/x11-misc/entrance/entrance-0.9.0.007.ebuild b/x11-misc/entrance/entrance-0.9.0.007.ebuild index 40d93c52e5a8..31ef510c35a5 100644 --- a/x11-misc/entrance/entrance-0.9.0.007.ebuild +++ b/x11-misc/entrance/entrance-0.9.0.007.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.9.0.007.ebuild,v 1.3 2006/08/10 23:47:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.9.0.007.ebuild,v 1.4 2006/12/08 22:54:00 uberlord Exp $ inherit enlightenment eutils @@ -13,7 +13,7 @@ SRC_URI="${SRC_URI} IUSE="pam" RDEPEND="|| ( x11-libs/libXau virtual/x11 ) - pam? ( sys-libs/pam ) + pam? ( virtual/pam ) >=dev-db/edb-1.0.5 >=x11-libs/evas-0.9.9 >=x11-libs/ecore-0.9.9 diff --git a/x11-misc/entrance/entrance-9999.ebuild b/x11-misc/entrance/entrance-9999.ebuild index ca845082ba8b..651f4674b747 100644 --- a/x11-misc/entrance/entrance-9999.ebuild +++ b/x11-misc/entrance/entrance-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-9999.ebuild,v 1.11 2006/08/11 00:53:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-9999.ebuild,v 1.12 2006/12/08 22:54:00 uberlord Exp $ inherit enlightenment eutils @@ -13,7 +13,7 @@ SRC_URI="${SRC_URI} IUSE="pam" RDEPEND="|| ( x11-libs/libXau virtual/x11 ) - pam? ( sys-libs/pam ) + pam? ( virtual/pam ) >=dev-db/edb-1.0.5 >=x11-libs/evas-0.9.9 >=x11-libs/ecore-0.9.9 |