diff options
author | Brent Baude <ranger@gentoo.org> | 2009-12-31 16:05:21 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-12-31 16:05:21 +0000 |
commit | 1123e2307d1c8d2cd40953de6e56604c0c154325 (patch) | |
tree | 0a96b5f1cb9f5d5a4cb0c62226e03d74d36bbfa4 /dev-db/tokyocabinet | |
parent | Version bump, reworked search results and new speed reader dialog (diff) | |
download | gentoo-2-1123e2307d1c8d2cd40953de6e56604c0c154325.tar.gz gentoo-2-1123e2307d1c8d2cd40953de6e56604c0c154325.tar.bz2 gentoo-2-1123e2307d1c8d2cd40953de6e56604c0c154325.zip |
Marking tokyocabinet-1.4.41 ~ppc64 for bug 290154
(Portage version: 2.1.7.16/cvs/Linux ppc64)
Diffstat (limited to 'dev-db/tokyocabinet')
-rw-r--r-- | dev-db/tokyocabinet/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/tokyocabinet/tokyocabinet-1.4.41.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/tokyocabinet/ChangeLog b/dev-db/tokyocabinet/ChangeLog index 66bbd5f59f52..ab4a751539b1 100644 --- a/dev-db/tokyocabinet/ChangeLog +++ b/dev-db/tokyocabinet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/tokyocabinet # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.14 2009/12/28 20:49:43 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.15 2009/12/31 16:05:21 ranger Exp $ + + 31 Dec 2009; Brent Baude <ranger@gentoo.org> tokyocabinet-1.4.41.ebuild: + Marking tokyocabinet-1.4.41 ~ppc64 for bug 290154 *tokyocabinet-1.4.41 (28 Dec 2009) diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.41.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.41.ebuild index 0ff97fff13f1..7e9b43e22649 100644 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.41.ebuild +++ b/dev-db/tokyocabinet/tokyocabinet-1.4.41.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.41.ebuild,v 1.1 2009/12/28 20:49:43 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.41.ebuild,v 1.2 2009/12/31 16:05:21 ranger Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" IUSE="debug doc examples" DEPEND="sys-libs/zlib |