diff options
author | Alexander Plank <alexander@gentoo.org> | 2004-07-24 18:05:47 +0000 |
---|---|---|
committer | Alexander Plank <alexander@gentoo.org> | 2004-07-24 18:05:47 +0000 |
commit | 15ea51d424cb16ab195661528c13cc31374daa07 (patch) | |
tree | 575ce51b210dec356650a8be765d7cf6c669e56b /sys-apps | |
parent | libselinux dependancy (Manifest recommit) (diff) | |
download | gentoo-2-15ea51d424cb16ab195661528c13cc31374daa07.tar.gz gentoo-2-15ea51d424cb16ab195661528c13cc31374daa07.tar.bz2 gentoo-2-15ea51d424cb16ab195661528c13cc31374daa07.zip |
add macos keyword to 4.08
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/file/file-4.08.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index 72e29595b38e..35d35f93fc68 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,10 @@ # 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.53 2004/07/22 11:52:04 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.54 2004/07/24 18:05:47 alexander Exp $ + + 24 Jun 2004; Alexander Plank <alexander@gentoo.org> file-4.08.ebuild: + add macos keyword (emerge 4.09 gives error "emerge: there are no ebuilds to +satisfy "virtual/python"." 22 Jul 2004; <solar@gentoo.org> file-4.09.ebuild: enable shared support for uclibc diff --git a/sys-apps/file/file-4.08.ebuild b/sys-apps/file/file-4.08.ebuild index cd0d258c8336..7ef911c51c1e 100644 --- a/sys-apps/file/file-4.08.ebuild +++ b/sys-apps/file/file-4.08.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.08.ebuild,v 1.12 2004/07/15 01:45:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.08.ebuild,v 1.13 2004/07/24 18:05:47 alexander 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 macos" IUSE="build" DEPEND="virtual/libc" |