diff options
author | Stephen Bennett <spb@gentoo.org> | 2007-06-06 22:39:34 +0000 |
---|---|---|
committer | Stephen Bennett <spb@gentoo.org> | 2007-06-06 22:39:34 +0000 |
commit | b775b97e251d7c6d07efa2b417dd9f1c013f9529 (patch) | |
tree | 00cf201e4c60981d4ef61301357c8c6aae1f2c22 /virtual/c++-tr1-memory | |
parent | And the manifest (diff) | |
download | historical-b775b97e251d7c6d07efa2b417dd9f1c013f9529.tar.gz historical-b775b97e251d7c6d07efa2b417dd9f1c013f9529.tar.bz2 historical-b775b97e251d7c6d07efa2b417dd9f1c013f9529.zip |
Stable on all bar x86-fbsd
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'virtual/c++-tr1-memory')
-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="" |