diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-10-28 19:02:54 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-10-28 19:02:54 +0000 |
commit | 91286e653a81033dffbae997c35d90d3012960ce (patch) | |
tree | b32ce1a8c3d5d0808253b4cc11176183a2f4b4c3 /sys-apps/attr | |
parent | bump to 4.6.1 and include patch to fix compilation with USE="accessibility" (diff) | |
download | gentoo-2-91286e653a81033dffbae997c35d90d3012960ce.tar.gz gentoo-2-91286e653a81033dffbae997c35d90d3012960ce.tar.bz2 gentoo-2-91286e653a81033dffbae997c35d90d3012960ce.zip |
Sparc stable --- Bug #197204
(Portage version: 2.1.3.16)
Diffstat (limited to 'sys-apps/attr')
-rw-r--r-- | sys-apps/attr/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.39.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/attr/ChangeLog b/sys-apps/attr/ChangeLog index ce149002aa1c..5ef5892c6602 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.94 2007/10/28 16:42:14 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.95 2007/10/28 19:02:54 fmccor Exp $ + + 28 Oct 2007; Ferris McCormick <fmccor@gentoo.org> attr-2.4.39.ebuild: + Sparc stable --- Bug #197204 28 Oct 2007; Jose Luis Rivero <yoswink@gentoo.org> attr-2.4.39.ebuild: Stable on alpha wrt bug #197204 diff --git a/sys-apps/attr/attr-2.4.39.ebuild b/sys-apps/attr/attr-2.4.39.ebuild index cf4ffff0a06a..efc425909379 100644 --- a/sys-apps/attr/attr-2.4.39.ebuild +++ b/sys-apps/attr/attr-2.4.39.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.39.ebuild,v 1.4 2007/10/28 16:42:14 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.39.ebuild,v 1.5 2007/10/28 19:02:54 fmccor 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 ) |