diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-02-27 03:51:01 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-02-27 03:51:01 +0000 |
commit | 4390e6c6b3ec33dc80c24cdc18da7b0f6c35f598 (patch) | |
tree | 06647476c4264fb142f64daac44f967e3421af00 /dev-libs/bglibs | |
parent | Remove avahi from mips use.mask. This was masked waiting for avahi to go (diff) | |
download | gentoo-2-4390e6c6b3ec33dc80c24cdc18da7b0f6c35f598.tar.gz gentoo-2-4390e6c6b3ec33dc80c24cdc18da7b0f6c35f598.tar.bz2 gentoo-2-4390e6c6b3ec33dc80c24cdc18da7b0f6c35f598.zip |
Add ~ppc64.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/bglibs')
-rw-r--r-- | dev-libs/bglibs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/bglibs/bglibs-1.041.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/bglibs/ChangeLog b/dev-libs/bglibs/ChangeLog index fbc103b5ebf0..2f88be8e2228 100644 --- a/dev-libs/bglibs/ChangeLog +++ b/dev-libs/bglibs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/bglibs -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/bglibs/ChangeLog,v 1.45 2007/08/25 17:04:09 beandog Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/bglibs/ChangeLog,v 1.46 2008/02/27 03:51:01 robbat2 Exp $ + + 27 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> bglibs-1.041.ebuild: + Add ~ppc64. 25 Aug 2007; Steve Dibb <beandog@gentoo.org> bglibs-1.041.ebuild: amd64 stable diff --git a/dev-libs/bglibs/bglibs-1.041.ebuild b/dev-libs/bglibs/bglibs-1.041.ebuild index 58e9e4f2a0a0..4f83fe75adb2 100644 --- a/dev-libs/bglibs/bglibs-1.041.ebuild +++ b/dev-libs/bglibs/bglibs-1.041.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/bglibs/bglibs-1.041.ebuild,v 1.7 2007/08/25 17:04:09 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/bglibs/bglibs-1.041.ebuild,v 1.8 2008/02/27 03:51:01 robbat2 Exp $ inherit fixheadtails toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://untroubled.org/bglibs/archive/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86" +KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86 ~ppc64" IUSE="" DEPEND="virtual/libc" |