diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-08 10:29:12 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-08 10:29:12 +0000 |
commit | eb3ecb79cac73214413654a018a830cd9981b2a8 (patch) | |
tree | 2d9fd0d7ffdeb55df60ff3f20e9a383ffc22eca7 /sys-apps/file | |
parent | Added patch to fix local problem with gcc recognision. Fixed test src_test ro... (diff) | |
download | gentoo-2-eb3ecb79cac73214413654a018a830cd9981b2a8.tar.gz gentoo-2-eb3ecb79cac73214413654a018a830cd9981b2a8.tar.bz2 gentoo-2-eb3ecb79cac73214413654a018a830cd9981b2a8.zip |
Stable on alpha, bug 72521.
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/file-4.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index 7e00ac3c97e7..b98e2e51674e 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/file # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.72 2004/12/07 21:14:03 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.73 2004/12/08 10:29:12 kloeri Exp $ + + 08 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> file-4.12.ebuild: + Stable on alpha, bug 72521. 08 Dec 2004; Daniel Black <dragonheart@gentoo.org> file-4.12.ebuild: ppc stable as per bug #72521 diff --git a/sys-apps/file/file-4.12.ebuild b/sys-apps/file/file-4.12.ebuild index ffc880e52bd6..ef4599809411 100644 --- a/sys-apps/file/file-4.12.ebuild +++ b/sys-apps/file/file-4.12.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/sys-apps/file/file-4.12.ebuild,v 1.5 2004/12/07 21:14:03 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.12.ebuild,v 1.6 2004/12/08 10:29:12 kloeri Exp $ inherit flag-o-matic gnuconfig eutils distutils libtool @@ -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 ~mips ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86" IUSE="python build" DEPEND="virtual/libc |