diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-04-20 17:09:19 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-04-20 17:09:19 +0000 |
commit | c05939aa33e5c075f54a32e798b8e1e99ef8d4c7 (patch) | |
tree | 4a1fe81d0075aedf72f314c0e0da64bb6faf2d47 /dev-cpp | |
parent | Added ~ppc64 (diff) | |
download | gentoo-2-c05939aa33e5c075f54a32e798b8e1e99ef8d4c7.tar.gz gentoo-2-c05939aa33e5c075f54a32e798b8e1e99ef8d4c7.tar.bz2 gentoo-2-c05939aa33e5c075f54a32e798b8e1e99ef8d4c7.zip |
Added ~ppc64
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/libebt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/libebt/libebt-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/libebt/ChangeLog b/dev-cpp/libebt/ChangeLog index 03a86b400baf..ff78af087578 100644 --- a/dev-cpp/libebt/ChangeLog +++ b/dev-cpp/libebt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/libebt # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/ChangeLog,v 1.26 2007/02/28 14:46:40 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/ChangeLog,v 1.27 2007/04/20 17:09:19 corsair Exp $ + + 20 Apr 2007; Markus Rothe <corsair@gentoo.org> libebt-1.3.0.ebuild: + Added ~ppc64 28 Feb 2007; Javier Villavicencio <the_paya@gentoo.org> libebt-1.3.0.ebuild: diff --git a/dev-cpp/libebt/libebt-1.3.0.ebuild b/dev-cpp/libebt/libebt-1.3.0.ebuild index afc1917250e5..180a7b19836d 100644 --- a/dev-cpp/libebt/libebt-1.3.0.ebuild +++ b/dev-cpp/libebt/libebt-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/libebt-1.3.0.ebuild,v 1.12 2007/02/28 14:46:40 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/libebt-1.3.0.ebuild,v 1.13 2007/04/20 17:09:19 corsair Exp $ inherit autotools eutils @@ -10,7 +10,7 @@ SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa mips ppc s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="doc test" RESTRICT="primaryuri" |