summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2006-02-28 20:01:04 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2006-02-28 20:01:04 +0000
commit85790ef24d5129bf89a29d14c4307b80a739d986 (patch)
tree7ae3a82fd9785c9e608e0ba2ddf31c94aac18071 /dev-cpp
parentAdded to ~ppc. (diff)
downloadgentoo-2-85790ef24d5129bf89a29d14c4307b80a739d986.tar.gz
gentoo-2-85790ef24d5129bf89a29d14c4307b80a739d986.tar.bz2
gentoo-2-85790ef24d5129bf89a29d14c4307b80a739d986.zip
Added ~alpha, bug #124450. Tested by Thomas Cort <tcort@cs.ubishops.ca>
(Portage version: 2.0.54)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/libbinio/ChangeLog5
-rw-r--r--dev-cpp/libbinio/libbinio-1.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/libbinio/ChangeLog b/dev-cpp/libbinio/ChangeLog
index 154f64b87874..959e9b1ba51c 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.14 2006/02/24 23:58:01 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.15 2006/02/28 20:01:04 ferdy Exp $
+
+ 28 Feb 2006; Fernando J. Pereda <ferdy@gentoo.org> libbinio-1.4.ebuild:
+ Added ~alpha, bug #124450. Tested by Thomas Cort <tcort@cs.ubishops.ca>
24 Feb 2006; Stephen P. Becker <spbecker@gentoo.org> libbinio-1.4.ebuild:
added ~mips keyword
diff --git a/dev-cpp/libbinio/libbinio-1.4.ebuild b/dev-cpp/libbinio/libbinio-1.4.ebuild
index a8219a96049f..499ffaea477e 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.4 2006/02/24 23:58:01 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild,v 1.5 2006/02/28 20:01:04 ferdy 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="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=""