diff options
author | 2007-04-28 12:50:11 +0000 | |
---|---|---|
committer | 2007-04-28 12:50:11 +0000 | |
commit | adb912fb34cb19dd464bde93d93ecca20c2fe6e9 (patch) | |
tree | e94f0ae9b6ebeb3417cafa90314f3c3598355489 /virtual | |
parent | Block mDNSResponder, both because of the header installed with mdnsresponder... (diff) | |
download | gentoo-2-adb912fb34cb19dd464bde93d93ecca20c2fe6e9.tar.gz gentoo-2-adb912fb34cb19dd464bde93d93ecca20c2fe6e9.tar.bz2 gentoo-2-adb912fb34cb19dd464bde93d93ecca20c2fe6e9.zip |
Virtuals have only run-time dependencies.
(Portage version: 2.1.2.5)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/c++-tr1-functional/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/c++-tr1-functional/c++-tr1-functional-0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/virtual/c++-tr1-functional/ChangeLog b/virtual/c++-tr1-functional/ChangeLog index f4854af9ece6..2db2aa8cfde5 100644 --- a/virtual/c++-tr1-functional/ChangeLog +++ b/virtual/c++-tr1-functional/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/c++-tr1-functional # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-functional/ChangeLog,v 1.2 2007/04/04 21:10:38 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-functional/ChangeLog,v 1.3 2007/04/28 12:50:11 swegener Exp $ + + 28 Apr 2007; Sven Wegener <swegener@gentoo.org> + c++-tr1-functional-0.ebuild: + Virtuals have only run-time dependencies. *c++-tr1-functional-0 (29 Mar 2007) diff --git a/virtual/c++-tr1-functional/c++-tr1-functional-0.ebuild b/virtual/c++-tr1-functional/c++-tr1-functional-0.ebuild index 0e083bf34b9b..d6fffee05cce 100644 --- a/virtual/c++-tr1-functional/c++-tr1-functional-0.ebuild +++ b/virtual/c++-tr1-functional/c++-tr1-functional-0.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/virtual/c++-tr1-functional/c++-tr1-functional-0.ebuild,v 1.1 2007/03/29 20:13:46 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-functional/c++-tr1-functional-0.ebuild,v 1.2 2007/04/28 12:50:11 swegener Exp $ DESCRIPTION="Virtual for C++ tr1 <functional>" HOMEPAGE="http://www.gentoo.org/proj/en/base/" @@ -9,5 +9,5 @@ LICENSE="as-is" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND="|| ( >=sys-devel/gcc-4.1 dev-libs/boost )" - +RDEPEND="|| ( >=sys-devel/gcc-4.1 dev-libs/boost )" +DEPEND="" |