diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-24 22:06:29 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-24 22:06:29 +0000 |
commit | 2d18e73a2aec254ce0f2603acdfe569ffc71413b (patch) | |
tree | 11968616ff27ebfe5838ef81c24d129d8b92e2cc /dev-util | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-2d18e73a2aec254ce0f2603acdfe569ffc71413b.tar.gz gentoo-2-2d18e73a2aec254ce0f2603acdfe569ffc71413b.tar.bz2 gentoo-2-2d18e73a2aec254ce0f2603acdfe569ffc71413b.zip |
x86 stable wrt #182880
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ltrace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ltrace/ltrace-0.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ltrace/ChangeLog b/dev-util/ltrace/ChangeLog index 246cf50bc1f3..25b364fe258a 100644 --- a/dev-util/ltrace/ChangeLog +++ b/dev-util/ltrace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ltrace # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.39 2007/06/22 11:31:57 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.40 2007/06/24 22:06:29 armin76 Exp $ + + 24 Jun 2007; Raúl Porcel <armin76@gentoo.org> ltrace-0.4-r1.ebuild: + x86 stable wrt #182880 22 Jun 2007; Christoph Mende <angelos@gentoo.org> ltrace-0.4-r1.ebuild: Stable on amd64 wrt bug 182880 diff --git a/dev-util/ltrace/ltrace-0.4-r1.ebuild b/dev-util/ltrace/ltrace-0.4-r1.ebuild index c75b2a4c07b7..2ff9aa9e260b 100644 --- a/dev-util/ltrace/ltrace-0.4-r1.ebuild +++ b/dev-util/ltrace/ltrace-0.4-r1.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-util/ltrace/ltrace-0.4-r1.ebuild,v 1.7 2007/06/22 11:31:57 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.4-r1.ebuild,v 1.8 2007/06/24 22:06:29 armin76 Exp $ inherit eutils autotools @@ -14,7 +14,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 sparc x86" IUSE="" DEPEND="dev-libs/elfutils" |