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 | 1d63575848d27437df29daeaecbda87d0a6ff9ac (patch) | |
tree | 9855b5ccace478a7bfcc6b4c5e6d9e36967767e7 /dev-cpp/libebt | |
parent | Removing 3.3.6 since its corresponding qt isn't in portage anymore, and add x... (diff) | |
download | historical-1d63575848d27437df29daeaecbda87d0a6ff9ac.tar.gz historical-1d63575848d27437df29daeaecbda87d0a6ff9ac.tar.bz2 historical-1d63575848d27437df29daeaecbda87d0a6ff9ac.zip |
Added ~ppc64
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-cpp/libebt')
-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" |