diff options
author | 2005-07-19 23:21:59 +0000 | |
---|---|---|
committer | 2005-07-19 23:21:59 +0000 | |
commit | 58a66b453f26f464f5540613ef3f86cddc8d6aa7 (patch) | |
tree | c51289ffed73e6d1b5f4e06704c09300b53bc7d3 /sys-apps/file | |
parent | Stable on alpha. (diff) | |
download | historical-58a66b453f26f464f5540613ef3f86cddc8d6aa7.tar.gz historical-58a66b453f26f464f5540613ef3f86cddc8d6aa7.tar.bz2 historical-58a66b453f26f464f5540613ef3f86cddc8d6aa7.zip |
Stable on alpha.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/file-4.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index 8110315b597c..b667b3b4f968 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/file # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.81 2005/07/18 14:52:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.82 2005/07/19 23:19:09 kloeri Exp $ + + 19 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> file-4.13.ebuild: + Stable on alpha. 18 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> file-4.13.ebuild: Stable on sparc diff --git a/sys-apps/file/file-4.13.ebuild b/sys-apps/file/file-4.13.ebuild index 14c419806a4e..d23db3b6e00a 100644 --- a/sys-apps/file/file-4.13.ebuild +++ b/sys-apps/file/file-4.13.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/sys-apps/file/file-4.13.ebuild,v 1.7 2005/07/18 14:52:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.13.ebuild,v 1.8 2005/07/19 23:19:09 kloeri Exp $ inherit flag-o-matic eutils distutils libtool toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86" IUSE="python build" DEPEND="!build? ( python? ( virtual/python ) )" |