diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-06-04 18:23:45 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-06-04 18:23:45 +0000 |
commit | af0247a80c679c54884fe8a669211cf1fe6b6834 (patch) | |
tree | 6514a3af6c5b58f3185376812648ea6a5406f930 /app-misc | |
parent | Marked ~m68k-mint, bug #418389 (diff) | |
download | gentoo-2-af0247a80c679c54884fe8a669211cf1fe6b6834.tar.gz gentoo-2-af0247a80c679c54884fe8a669211cf1fe6b6834.tar.bz2 gentoo-2-af0247a80c679c54884fe8a669211cf1fe6b6834.zip |
Marked ~m68k-mint, bug #418389
(Portage version: 2.2.01.20430-prefix/cvs/Darwin i386)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/editor-wrapper/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/editor-wrapper/editor-wrapper-4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/editor-wrapper/ChangeLog b/app-misc/editor-wrapper/ChangeLog index 42b0c624a417..4101bd312845 100644 --- a/app-misc/editor-wrapper/ChangeLog +++ b/app-misc/editor-wrapper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/editor-wrapper # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/editor-wrapper/ChangeLog,v 1.15 2012/05/28 14:10:15 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/editor-wrapper/ChangeLog,v 1.16 2012/06/04 18:23:45 grobian Exp $ + + 04 Jun 2012; Fabian Groffen <grobian@gentoo.org> editor-wrapper-4.ebuild: + Marked ~m68k-mint, bug #418389 28 May 2012; Fabian Groffen <grobian@gentoo.org> editor-wrapper-4.ebuild: Fix wrapper for Prefix usage, marked *-macos and *-solaris diff --git a/app-misc/editor-wrapper/editor-wrapper-4.ebuild b/app-misc/editor-wrapper/editor-wrapper-4.ebuild index 939d97e56b48..deaf75e26998 100644 --- a/app-misc/editor-wrapper/editor-wrapper-4.ebuild +++ b/app-misc/editor-wrapper/editor-wrapper-4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/editor-wrapper/editor-wrapper-4.ebuild,v 1.10 2012/05/28 14:10:15 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/editor-wrapper/editor-wrapper-4.ebuild,v 1.11 2012/06/04 18:23:45 grobian Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" S="${WORKDIR}" |