diff options
author | 2011-02-27 13:59:18 +0000 | |
---|---|---|
committer | 2011-02-27 13:59:18 +0000 | |
commit | 46f748b41396caac7c06a40d38c2c7353ab399a3 (patch) | |
tree | 06f83a6d3ac2ea193788d4ed27b13d90fc16f0db /sys-apps/file | |
parent | Stable on amd64 wrt bug #328105 (diff) | |
download | historical-46f748b41396caac7c06a40d38c2c7353ab399a3.tar.gz historical-46f748b41396caac7c06a40d38c2c7353ab399a3.tar.bz2 historical-46f748b41396caac7c06a40d38c2c7353ab399a3.zip |
stable ppc, bug 355277
Package-Manager: portage-2.1.9.25/cvs/Linux ppc64
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/file-5.05.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index ac21da26866c..7a0e68459cc1 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/file # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.189 2011/02/26 18:42:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.190 2011/02/27 13:59:18 ranger Exp $ + + 27 Feb 2011; Brent Baude <ranger@gentoo.org> file-5.05.ebuild: + stable ppc, bug 355277 26 Feb 2011; Raúl Porcel <armin76@gentoo.org> file-5.05.ebuild: alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #355277 wrt #355697 diff --git a/sys-apps/file/file-5.05.ebuild b/sys-apps/file/file-5.05.ebuild index 1238b5bf024e..1dcc8c9eb2e6 100644 --- a/sys-apps/file/file-5.05.ebuild +++ b/sys-apps/file/file-5.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.05.ebuild,v 1.4 2011/02/26 18:42:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.05.ebuild,v 1.5 2011/02/27 13:59:18 ranger Exp $ PYTHON_DEPEND="python? *" SUPPORT_PYTHON_ABIS="1" @@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="python" PYTHON_MODNAME="magic.py" |