diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-23 20:54:53 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-23 20:54:53 +0000 |
commit | 678ddc0a301166ee3fe697133ce4a4dae4f15735 (patch) | |
tree | 0a3ebc7492665346abb55f33f3241257b45a0d11 /dev-cpp | |
parent | Add ~ia64 (diff) | |
download | gentoo-2-678ddc0a301166ee3fe697133ce4a4dae4f15735.tar.gz gentoo-2-678ddc0a301166ee3fe697133ce4a4dae4f15735.tar.bz2 gentoo-2-678ddc0a301166ee3fe697133ce4a4dae4f15735.zip |
Add ~ia64
(Portage version: 2.1.2.4)
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 ff78af087578..1738f3cc36a1 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.27 2007/04/20 17:09:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/ChangeLog,v 1.28 2007/04/23 20:54:53 armin76 Exp $ + + 23 Apr 2007; Raúl Porcel <armin76@gentoo.org> libebt-1.3.0.ebuild: + Add ~ia64 20 Apr 2007; Markus Rothe <corsair@gentoo.org> libebt-1.3.0.ebuild: Added ~ppc64 diff --git a/dev-cpp/libebt/libebt-1.3.0.ebuild b/dev-cpp/libebt/libebt-1.3.0.ebuild index 180a7b19836d..1539f6eb5023 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.13 2007/04/20 17:09:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/libebt-1.3.0.ebuild,v 1.14 2007/04/23 20:54:53 armin76 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 ~ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="doc test" RESTRICT="primaryuri" |