diff options
author | Stephen Bennett <spb@gentoo.org> | 2007-06-06 22:38:15 +0000 |
---|---|---|
committer | Stephen Bennett <spb@gentoo.org> | 2007-06-06 22:38:15 +0000 |
commit | 2ab800d611005bcf03a0a0a322693e67e6999a62 (patch) | |
tree | d9cdba44193b95d5cee5b0af9937be463be24901 /virtual | |
parent | version bump (diff) | |
download | gentoo-2-2ab800d611005bcf03a0a0a322693e67e6999a62.tar.gz gentoo-2-2ab800d611005bcf03a0a0a322693e67e6999a62.tar.bz2 gentoo-2-2ab800d611005bcf03a0a0a322693e67e6999a62.zip |
Stable on all bar x86-fbsd
(Portage version: 2.1.2.2)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/c++-tr1-memory/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/c++-tr1-memory/ChangeLog b/virtual/c++-tr1-memory/ChangeLog index 9abef6aaf6ab..2579af5fac9a 100644 --- a/virtual/c++-tr1-memory/ChangeLog +++ b/virtual/c++-tr1-memory/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/c++-tr1-memory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-memory/ChangeLog,v 1.4 2007/04/28 12:50:59 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-memory/ChangeLog,v 1.5 2007/06/06 22:38:15 spb Exp $ + + 06 Jun 2007; Stephen Bennett <spb@gentoo.org> c++-tr1-memory-0.ebuild: + Stable on all bar x86-fbsd 28 Apr 2007; Sven Wegener <swegener@gentoo.org> c++-tr1-memory-0.ebuild: Virtuals have only run-time dependencies. diff --git a/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild b/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild index dcd0b7af8290..9b912fdae982 100644 --- a/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild +++ b/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild,v 1.3 2007/04/28 12:50:59 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/c++-tr1-memory/c++-tr1-memory-0.ebuild,v 1.4 2007/06/06 22:38:15 spb Exp $ DESCRIPTION="Virtual for C++ tr1 <memory>" HOMEPAGE="http://www.gentoo.org/proj/en/base/" SRC_URI="" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86 ~x86-fbsd" IUSE="" RDEPEND="|| ( >=sys-devel/gcc-4.1 dev-libs/boost )" DEPEND="" |