diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2006-12-13 07:17:03 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2006-12-13 07:17:03 +0000 |
commit | e593218488f619f0c347e95b15a4880a1d4853a3 (patch) | |
tree | 03f51e9e2c19bfbf4f9eba5f89788aef1647cecb /sys-apps/file | |
parent | adding comments (diff) | |
download | gentoo-2-e593218488f619f0c347e95b15a4880a1d4853a3.tar.gz gentoo-2-e593218488f619f0c347e95b15a4880a1d4853a3.tar.bz2 gentoo-2-e593218488f619f0c347e95b15a4880a1d4853a3.zip |
stable x86, bugs #144624
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/file-4.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index a6a8fd9cddb6..d192db0a9992 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/file # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.110 2006/12/12 18:07:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.111 2006/12/13 07:17:03 opfer Exp $ + + 13 Dec 2006; Christian Faulhammer <opfer@gentoo.org> file-4.18.ebuild: + stable x86, bugs #144624 *file-4.19 (12 Dec 2006) diff --git a/sys-apps/file/file-4.18.ebuild b/sys-apps/file/file-4.18.ebuild index 6f7fe470b75b..fa280e445361 100644 --- a/sys-apps/file/file-4.18.ebuild +++ b/sys-apps/file/file-4.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.18.ebuild,v 1.6 2006/12/13 03:51:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.18.ebuild,v 1.7 2006/12/13 07:17:03 opfer Exp $ inherit 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 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="python" RESTRICT="mirror" #let upstream tarballs settle first |