diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-23 22:28:49 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-23 22:28:49 +0000 |
commit | 5d29c37dfec5be5942e0cc0ae9c526050bac656f (patch) | |
tree | 953126b1b90cbb7740fa0699427b33ddc6aa0f9a /sys-apps/ed/ed-1.6.ebuild | |
parent | Keyword ~mips (diff) | |
download | gentoo-2-5d29c37dfec5be5942e0cc0ae9c526050bac656f.tar.gz gentoo-2-5d29c37dfec5be5942e0cc0ae9c526050bac656f.tar.bz2 gentoo-2-5d29c37dfec5be5942e0cc0ae9c526050bac656f.zip |
Stable ppc64, bug #427116
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/ed/ed-1.6.ebuild')
-rw-r--r-- | sys-apps/ed/ed-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/ed/ed-1.6.ebuild b/sys-apps/ed/ed-1.6.ebuild index b26c2378b104..1dc2fd2b41d2 100644 --- a/sys-apps/ed/ed-1.6.ebuild +++ b/sys-apps/ed/ed-1.6.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/sys-apps/ed/ed-1.6.ebuild,v 1.5 2012/07/23 20:56:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.6.ebuild,v 1.6 2012/07/23 22:28:49 blueness Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/ed/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="sys-apps/texinfo" |