diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-16 10:36:39 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-16 10:36:39 +0000 |
commit | ec018733a5b9ccd13040bfb52519c27d95d91a55 (patch) | |
tree | 4a576e9ad80a69e84500820c9af0420a70a315fc /dev-util/strace/strace-4.5.7.ebuild | |
parent | Added metadata.xml. (Manifest recommit) (diff) | |
download | gentoo-2-ec018733a5b9ccd13040bfb52519c27d95d91a55.tar.gz gentoo-2-ec018733a5b9ccd13040bfb52519c27d95d91a55.tar.bz2 gentoo-2-ec018733a5b9ccd13040bfb52519c27d95d91a55.zip |
Stable on amd64.
Diffstat (limited to 'dev-util/strace/strace-4.5.7.ebuild')
-rw-r--r-- | dev-util/strace/strace-4.5.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/strace/strace-4.5.7.ebuild b/dev-util/strace/strace-4.5.7.ebuild index 6d1db67e510f..0c9c34473f3d 100644 --- a/dev-util/strace/strace-4.5.7.ebuild +++ b/dev-util/strace/strace-4.5.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.7.ebuild,v 1.3 2004/11/23 14:50:33 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.7.ebuild,v 1.4 2004/12/16 10:36:39 absinthe Exp $ inherit flag-o-matic gnuconfig @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86" IUSE="static" DEPEND="virtual/libc" |