diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-01-12 19:39:18 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-01-12 19:39:18 +0000 |
commit | 19ce1faca70d728c3dc5f4b7464a2cd8a7e844af (patch) | |
tree | b00f02cb99334a522487b0c1e2ef2d94b957b2aa /dev-cpp | |
parent | Prelude patch disabled as per bug #77710 (Manifest recommit) (diff) | |
download | gentoo-2-19ce1faca70d728c3dc5f4b7464a2cd8a7e844af.tar.gz gentoo-2-19ce1faca70d728c3dc5f4b7464a2cd8a7e844af.tar.bz2 gentoo-2-19ce1faca70d728c3dc5f4b7464a2cd8a7e844af.zip |
Stable on sparc
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/libbinio/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/libbinio/libbinio-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/libbinio/ChangeLog b/dev-cpp/libbinio/ChangeLog index 6d627fc6d321..7bf2bc0d52e3 100644 --- a/dev-cpp/libbinio/ChangeLog +++ b/dev-cpp/libbinio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/libbinio # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.7 2005/01/12 00:13:33 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.8 2005/01/12 19:39:18 gustavoz Exp $ + + 12 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> libbinio-1.3.ebuild: + Stable on sparc 12 Jan 2005; Michal Januszewski <spock@gentoo.org> libbinio-1.3.ebuild: Stable on x86. diff --git a/dev-cpp/libbinio/libbinio-1.3.ebuild b/dev-cpp/libbinio/libbinio-1.3.ebuild index d27a36cf76c8..f54c4c60dedb 100644 --- a/dev-cpp/libbinio/libbinio-1.3.ebuild +++ b/dev-cpp/libbinio/libbinio-1.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.3.ebuild,v 1.3 2005/01/12 00:13:33 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.3.ebuild,v 1.4 2005/01/12 19:39:18 gustavoz Exp $ DESCRIPTION="Binary I/O stream class library" HOMEPAGE="http://libbinio.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~ppc ~amd64 ~sparc" +KEYWORDS="x86 ~ppc ~amd64 sparc" IUSE="" DEPEND="virtual/libc" |