diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-21 14:08:28 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-21 14:08:28 +0000 |
commit | 84a7b95d6e2a7330d5d1d4e47fe6141c49b60b8a (patch) | |
tree | 3a16bff04ab0508de1cb4261f0094ec1d52f9bd5 /sys-apps/sed/sed-4.2.1-r1.ebuild | |
parent | Remove package (diff) | |
download | gentoo-2-84a7b95d6e2a7330d5d1d4e47fe6141c49b60b8a.tar.gz gentoo-2-84a7b95d6e2a7330d5d1d4e47fe6141c49b60b8a.tar.bz2 gentoo-2-84a7b95d6e2a7330d5d1d4e47fe6141c49b60b8a.zip |
Stable ppc/ppc64, bug #427118
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/sed/sed-4.2.1-r1.ebuild')
-rw-r--r-- | sys-apps/sed/sed-4.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sed/sed-4.2.1-r1.ebuild b/sys-apps/sed/sed-4.2.1-r1.ebuild index 11e09d7d18d8..0a66dc668ab9 100644 --- a/sys-apps/sed/sed-4.2.1-r1.ebuild +++ b/sys-apps/sed/sed-4.2.1-r1.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/sed/sed-4.2.1-r1.ebuild,v 1.7 2012/07/21 08:51:31 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild,v 1.8 2012/07/21 14:08:28 blueness Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/sed/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="acl nls selinux static" RDEPEND="acl? ( virtual/acl ) |