diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 05:25:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 05:25:01 +0000 |
commit | 976990b3a8f438684a5f284ab89f2d09d8c8c073 (patch) | |
tree | d662ebef3547827368242457fd51232ac76d4f27 /sys-apps/attr | |
parent | fix sed DEPEND #44817 (diff) | |
download | historical-976990b3a8f438684a5f284ab89f2d09d8c8c073.tar.gz historical-976990b3a8f438684a5f284ab89f2d09d8c8c073.tar.bz2 historical-976990b3a8f438684a5f284ab89f2d09d8c8c073.zip |
fix sed DEPEND #44817
Diffstat (limited to 'sys-apps/attr')
-rw-r--r-- | sys-apps/attr/attr-2.4.16.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-apps/attr/attr-2.4.16.ebuild b/sys-apps/attr/attr-2.4.16.ebuild index 87a54a865031..e9a5ae0caa50 100644 --- a/sys-apps/attr/attr-2.4.16.ebuild +++ b/sys-apps/attr/attr-2.4.16.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/attr/attr-2.4.16.ebuild,v 1.7 2004/10/12 14:11:17 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.16.ebuild,v 1.8 2004/10/31 05:22:30 vapier Exp $ inherit eutils @@ -10,12 +10,10 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" IUSE="nls debug" -DEPEND=">=sys-apps/portage-2.0.47-r10 - >=sys-apps/sed-4.0.5 - virtual/libc +DEPEND="virtual/libc nls? ( sys-devel/gettext ) sys-devel/libtool" RDEPEND="virtual/libc" |