diff options
author | Michael McCabe <randy@gentoo.org> | 2004-04-30 18:19:08 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-04-30 18:19:08 +0000 |
commit | 543fa40413e0f55b5ac380321ac90d3f06c0ddb7 (patch) | |
tree | 328d213adaf81658d952972a784cce8f070c397f /sys-apps | |
parent | Added Thomas Weidner's GCC 3.4 patch and AMD64 patch (Manifest recommit) (diff) | |
download | gentoo-2-543fa40413e0f55b5ac380321ac90d3f06c0ddb7.tar.gz gentoo-2-543fa40413e0f55b5ac380321ac90d3f06c0ddb7.tar.bz2 gentoo-2-543fa40413e0f55b5ac380321ac90d3f06c0ddb7.zip |
Stable on s390
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/file-4.09.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index d9bcace99a87..93dfe3c7099a 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/file # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.41 2004/04/27 21:04:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.42 2004/04/30 18:19:08 randy Exp $ + + 30 Apr 2004; Michael McCabe <randy@gentoo.org> file-4.09.ebuild: + Stable on s390 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> file-4.06.ebuild, file-4.07-r1.ebuild, file-4.07.ebuild: diff --git a/sys-apps/file/file-4.09.ebuild b/sys-apps/file/file-4.09.ebuild index ce8c6b85d324..f346d824a3b4 100644 --- a/sys-apps/file/file-4.09.ebuild +++ b/sys-apps/file/file-4.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.09.ebuild,v 1.1 2004/04/27 18:39:40 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.09.ebuild,v 1.2 2004/04/30 18:19:08 randy Exp $ inherit flag-o-matic gnuconfig eutils @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 s390" IUSE="" DEPEND="virtual/glibc" |