diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-05-24 14:44:58 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-05-24 14:44:58 +0000 |
commit | ffd62ac41f1c1206ead33a2a436b9f2ba9e988f1 (patch) | |
tree | b99b46889e25eaf76bbcc86ac54d36d59f20928f /dev-util/ltrace | |
parent | ppc stable #319515 (diff) | |
download | gentoo-2-ffd62ac41f1c1206ead33a2a436b9f2ba9e988f1.tar.gz gentoo-2-ffd62ac41f1c1206ead33a2a436b9f2ba9e988f1.tar.bz2 gentoo-2-ffd62ac41f1c1206ead33a2a436b9f2ba9e988f1.zip |
sparc stable wrt #302471
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-util/ltrace')
-rw-r--r-- | dev-util/ltrace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ltrace/ltrace-0.5.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ltrace/ChangeLog b/dev-util/ltrace/ChangeLog index 896ddc7c0040..3cccfac224c3 100644 --- a/dev-util/ltrace/ChangeLog +++ b/dev-util/ltrace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ltrace # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.53 2010/03/26 13:38:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.54 2010/05/24 14:44:58 armin76 Exp $ + + 24 May 2010; Raúl Porcel <armin76@gentoo.org> ltrace-0.5.3.1.ebuild: + sparc stable wrt #302471 26 Mar 2010; Pacho Ramos <pacho@gentoo.org> ltrace-0.5.3.1.ebuild: amd64 stable, bug 302471 diff --git a/dev-util/ltrace/ltrace-0.5.3.1.ebuild b/dev-util/ltrace/ltrace-0.5.3.1.ebuild index e42b9fe3eef0..4a210bf2874c 100644 --- a/dev-util/ltrace/ltrace-0.5.3.1.ebuild +++ b/dev-util/ltrace/ltrace-0.5.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.1.ebuild,v 1.6 2010/03/26 13:38:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.1.ebuild,v 1.7 2010/05/24 14:44:58 armin76 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 ~arm ~ia64 ~mips ppc ~ppc64 ~sparc x86" +KEYWORDS="-alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 sparc x86" IUSE="test" RDEPEND="dev-libs/elfutils" |