diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2005-09-13 21:12:38 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2005-09-13 21:12:38 +0000 |
commit | e86c61b2fe9cfe1cd120f4cec2d3a5604820c2de (patch) | |
tree | 6aba1dc8fd6f7f8cd1e6cc74f6114d465a75e523 /app-misc/timestamp/timestamp-1.1.ebuild | |
parent | Fix multilib-strict failure. Bug #105846 (diff) | |
download | gentoo-2-e86c61b2fe9cfe1cd120f4cec2d3a5604820c2de.tar.gz gentoo-2-e86c61b2fe9cfe1cd120f4cec2d3a5604820c2de.tar.bz2 gentoo-2-e86c61b2fe9cfe1cd120f4cec2d3a5604820c2de.zip |
Marked ~amd64
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-misc/timestamp/timestamp-1.1.ebuild')
-rw-r--r-- | app-misc/timestamp/timestamp-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/timestamp/timestamp-1.1.ebuild b/app-misc/timestamp/timestamp-1.1.ebuild index 88be8cfa4703..daf4049f9576 100644 --- a/app-misc/timestamp/timestamp-1.1.ebuild +++ b/app-misc/timestamp/timestamp-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/timestamp/timestamp-1.1.ebuild,v 1.3 2005/07/21 17:26:23 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/timestamp/timestamp-1.1.ebuild,v 1.4 2005/09/13 21:12:38 dang Exp $ DESCRIPTION="A text filtering pipe that marks each line with a timestamp" HOMEPAGE="http://math.smsu.edu/~erik/software.php?id=95" @@ -8,7 +8,7 @@ SRC_URI="http://math.smsu.edu/~erik/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~ppc x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="virtual/libc" |