diff options
author | 2007-10-06 08:21:39 +0000 | |
---|---|---|
committer | 2007-10-06 08:21:39 +0000 | |
commit | d0b7572afe6ed0e0ebe8d5ca3ed61c0193106bf9 (patch) | |
tree | c218c302b2bcaee2cb534a16848c066981b2161c /sys-apps | |
parent | Version bump for bugs 130883, 157721 and 165015. (diff) | |
download | gentoo-2-d0b7572afe6ed0e0ebe8d5ca3ed61c0193106bf9.tar.gz gentoo-2-d0b7572afe6ed0e0ebe8d5ca3ed61c0193106bf9.tar.bz2 gentoo-2-d0b7572afe6ed0e0ebe8d5ca3ed61c0193106bf9.zip |
stable on ppc64, bug #193143
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/attr/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.38.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/attr/ChangeLog b/sys-apps/attr/ChangeLog index 340096bf0c83..4bd93985cef6 100644 --- a/sys-apps/attr/ChangeLog +++ b/sys-apps/attr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/attr # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.90 2007/09/28 05:59:01 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.91 2007/10/06 08:21:39 tgall Exp $ + + 06 Oct 2007; Tom Gall <tgall@gentoo.org> attr-2.4.38.ebuild: + stable on ppc64 bug 193143 28 Sep 2007; Joshua Kinard <kumba@gentoo.org> attr-2.4.38.ebuild: Stable on mips, per #193143. diff --git a/sys-apps/attr/attr-2.4.38.ebuild b/sys-apps/attr/attr-2.4.38.ebuild index 0100503c876b..69c9052918b2 100644 --- a/sys-apps/attr/attr-2.4.38.ebuild +++ b/sys-apps/attr/attr-2.4.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.38.ebuild,v 1.9 2007/09/28 05:59:01 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.38.ebuild,v 1.10 2007/10/06 08:21:39 tgall Exp $ inherit eutils autotools toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${MY_P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k mips ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="nls" DEPEND="nls? ( sys-devel/gettext ) |