diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-01 17:09:03 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-01 17:09:03 +0000 |
commit | 6a1e486219ba111722f39795ef52e5695a7d87ad (patch) | |
tree | e55680f8c5803e9aa0af7652ba6ca2c5405c57e6 /dev-cpp/libbinio | |
parent | stable on ia64 (diff) | |
download | gentoo-2-6a1e486219ba111722f39795ef52e5695a7d87ad.tar.gz gentoo-2-6a1e486219ba111722f39795ef52e5695a7d87ad.tar.bz2 gentoo-2-6a1e486219ba111722f39795ef52e5695a7d87ad.zip |
stable amd64
(Portage version: 2.0.51.19)
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 7bf2bc0d52e3..fa4a8b777198 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.8 2005/01/12 19:39:18 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.9 2005/04/01 17:09:03 blubb Exp $ + + 01 Apr 2005; <blubb@gentoo.org> libbinio-1.3.ebuild: + stable on amd64 12 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> libbinio-1.3.ebuild: Stable on sparc diff --git a/dev-cpp/libbinio/libbinio-1.3.ebuild b/dev-cpp/libbinio/libbinio-1.3.ebuild index f54c4c60dedb..1e5380627915 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.4 2005/01/12 19:39:18 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.3.ebuild,v 1.5 2005/04/01 17:09:03 blubb 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" |