diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-11-02 04:09:52 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-11-02 04:09:52 +0000 |
commit | 13a2bf5c2780377c904024518ec7818208a642a0 (patch) | |
tree | 4fc2c254267cbc329c036266f58df4a7cc6396aa /sys-apps/attr | |
parent | amd64 stable, bug 197384 (diff) | |
download | historical-13a2bf5c2780377c904024518ec7818208a642a0.tar.gz historical-13a2bf5c2780377c904024518ec7818208a642a0.tar.bz2 historical-13a2bf5c2780377c904024518ec7818208a642a0.zip |
amd64 stable, bug 197204
Package-Manager: portage-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 5836175858e3..f8588d808028 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.98 2007/10/31 03:27:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.99 2007/11/02 04:09:06 beandog Exp $ + + 02 Nov 2007; Steve Dibb <beandog@gentoo.org> attr-2.4.39.ebuild: + amd64 stable, bug 197204 31 Oct 2007; Jeroen Roovers <jer@gentoo.org> attr-2.4.39.ebuild: Stable for HPPA (bug #197204). diff --git a/sys-apps/attr/attr-2.4.39.ebuild b/sys-apps/attr/attr-2.4.39.ebuild index 1ea76ac10f3d..db99499667c0 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.8 2007/10/31 03:27:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.39.ebuild,v 1.9 2007/11/02 04:09:06 beandog 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 ) |