diff options
author | 2008-04-11 17:47:27 +0000 | |
---|---|---|
committer | 2008-04-11 17:47:27 +0000 | |
commit | 77fc89e6d5a13e92a033a681d6ff64136594b9ee (patch) | |
tree | 4f3e132a7996593e0110c729ba163863042325a9 /dev-util/ltrace/ltrace-0.5.3.ebuild | |
parent | New poppler-test tarball for 0.8.0 (diff) | |
download | gentoo-2-77fc89e6d5a13e92a033a681d6ff64136594b9ee.tar.gz gentoo-2-77fc89e6d5a13e92a033a681d6ff64136594b9ee.tar.bz2 gentoo-2-77fc89e6d5a13e92a033a681d6ff64136594b9ee.zip |
Update ppc patch to replace HOST_CPU powerpc64 with ppc. Add ~ppc64. Bug #217219
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/ltrace/ltrace-0.5.3.ebuild')
-rw-r--r-- | dev-util/ltrace/ltrace-0.5.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/ltrace/ltrace-0.5.3.ebuild b/dev-util/ltrace/ltrace-0.5.3.ebuild index b6d5041cdda0..7b9f55929e59 100644 --- a/dev-util/ltrace/ltrace-0.5.3.ebuild +++ b/dev-util/ltrace/ltrace-0.5.3.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-util/ltrace/ltrace-0.5.3.ebuild,v 1.3 2007/12/26 19:08:52 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild,v 1.4 2008/04/11 17:47:27 corsair Exp $ inherit eutils autotools @@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/l/ltrace/${MY_P}.orig.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="dev-libs/elfutils" |