diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-04-16 13:12:53 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-04-16 13:12:53 +0000 |
commit | 4104abecbff3934a29f8aa4a28648519b2c722e4 (patch) | |
tree | bbc4e5ac259dafe8f2efcd72c4abbdb703788b68 /dev-cpp/libbinio | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-4104abecbff3934a29f8aa4a28648519b2c722e4.tar.gz gentoo-2-4104abecbff3934a29f8aa4a28648519b2c722e4.tar.bz2 gentoo-2-4104abecbff3934a29f8aa4a28648519b2c722e4.zip |
Stable on alpha.
(Portage version: 2.0.54)
Diffstat (limited to 'dev-cpp/libbinio')
-rw-r--r-- | dev-cpp/libbinio/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/libbinio/libbinio-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/libbinio/ChangeLog b/dev-cpp/libbinio/ChangeLog index e37e2a71e4ff..03f4ba2097ca 100644 --- a/dev-cpp/libbinio/ChangeLog +++ b/dev-cpp/libbinio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/libbinio # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.17 2006/04/16 06:27:44 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.18 2006/04/16 13:12:53 tcort Exp $ + + 16 Apr 2006; Thomas Cort <tcort@gentoo.org> libbinio-1.4.ebuild: + Stable on alpha. 16 Apr 2006; Chris White <chriswhite@gentoo.org> libbinio-1.4.ebuild: marked x86 stable bug #130123 depend. diff --git a/dev-cpp/libbinio/libbinio-1.4.ebuild b/dev-cpp/libbinio/libbinio-1.4.ebuild index 718ae589513f..a6b9b5ec32f0 100644 --- a/dev-cpp/libbinio/libbinio-1.4.ebuild +++ b/dev-cpp/libbinio/libbinio-1.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild,v 1.7 2006/04/16 06:27:44 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild,v 1.8 2006/04/16 13:12:53 tcort 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="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc x86" IUSE="" DEPEND="" |