diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-01-12 00:13:33 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-01-12 00:13:33 +0000 |
commit | 85c397282b3857884f88cc38ddc297fce0725142 (patch) | |
tree | 18ac3f128fd49978cc3257b0b1d2d5641add56f8 /dev-cpp/libbinio | |
parent | initial import #75011 (Manifest recommit) (diff) | |
download | gentoo-2-85c397282b3857884f88cc38ddc297fce0725142.tar.gz gentoo-2-85c397282b3857884f88cc38ddc297fce0725142.tar.bz2 gentoo-2-85c397282b3857884f88cc38ddc297fce0725142.zip |
Stable on x86.
Diffstat (limited to 'dev-cpp/libbinio')
-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 8d275cffe5b8..6d627fc6d321 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.6 2005/01/01 17:27:22 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.7 2005/01/12 00:13:33 spock Exp $ + + 12 Jan 2005; Michal Januszewski <spock@gentoo.org> libbinio-1.3.ebuild: + Stable on x86. 04 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> libbinio-1.2.ebuild: diff --git a/dev-cpp/libbinio/libbinio-1.3.ebuild b/dev-cpp/libbinio/libbinio-1.3.ebuild index b2ad26783d62..d27a36cf76c8 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.2 2005/01/01 17:27:22 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.3.ebuild,v 1.3 2005/01/12 00:13:33 spock 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" |