diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-02-15 14:04:32 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-02-15 14:04:32 +0000 |
commit | e9b73c0875819cd06bc6fb6eb6d007f07dda73df (patch) | |
tree | bc81243a9794b547c32c27929966dd8670c827bc /app-misc | |
parent | Fix dopamd invocation since the semantics were changed. (diff) | |
download | gentoo-2-e9b73c0875819cd06bc6fb6eb6d007f07dda73df.tar.gz gentoo-2-e9b73c0875819cd06bc6fb6eb6d007f07dda73df.tar.bz2 gentoo-2-e9b73c0875819cd06bc6fb6eb6d007f07dda73df.zip |
mark x86; amd64
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/mc/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/mc/mc-4.6.0-r13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/mc/ChangeLog b/app-misc/mc/ChangeLog index def6743b9816..39f9f01edf8b 100644 --- a/app-misc/mc/ChangeLog +++ b/app-misc/mc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/mc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v 1.76 2005/02/13 17:41:01 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v 1.77 2005/02/15 14:04:32 lanius Exp $ + + 15 Feb 2005; Heinrich Wendel <lanius@gentoo.org> mc-4.6.0-r13.ebuild: + mark amd64; x86 13 Feb 2005; Jason Wever <weeve@gentoo.org> mc-4.6.0-r13.ebuild: Stable on sparc wrt security bug #77992. diff --git a/app-misc/mc/mc-4.6.0-r13.ebuild b/app-misc/mc/mc-4.6.0-r13.ebuild index b99a98987299..aa6f4cf71882 100644 --- a/app-misc/mc/mc-4.6.0-r13.ebuild +++ b/app-misc/mc/mc-4.6.0-r13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r13.ebuild,v 1.6 2005/02/13 17:41:01 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r13.ebuild,v 1.7 2005/02/15 14:04:32 lanius Exp $ inherit flag-o-matic eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/managers/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="gpm nls samba ncurses X slang unicode" PROVIDE="virtual/editor" |