diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-16 06:16:00 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-16 06:16:00 +0000 |
commit | bbc0ffe7990be84bf5734982f36dd2c5c6409884 (patch) | |
tree | f1a516400ad2c35bc2810f66b01f5ec9cd3f4a87 /sys-apps/attr | |
parent | Stable on amd64. Closes bug 73277. (Manifest recommit) (diff) | |
download | gentoo-2-bbc0ffe7990be84bf5734982f36dd2c5c6409884.tar.gz gentoo-2-bbc0ffe7990be84bf5734982f36dd2c5c6409884.tar.bz2 gentoo-2-bbc0ffe7990be84bf5734982f36dd2c5c6409884.zip |
Stable on amd64.
Diffstat (limited to 'sys-apps/attr')
-rw-r--r-- | sys-apps/attr/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/attr/ChangeLog b/sys-apps/attr/ChangeLog index 05cacc607f66..545adaaedc86 100644 --- a/sys-apps/attr/ChangeLog +++ b/sys-apps/attr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/attr # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.45 2004/12/06 13:59:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.46 2004/12/16 06:14:46 absinthe Exp $ + + 16 Dec 2004; Dylan Carlson <absinthe@gentoo.org> attr-2.4.19.ebuild: + Stable on amd64. 07 Dec 2004; Joseph Jezak <josejx@gentoo.org> attr-2.4.19.ebuild: Marked ppc stable for bug #73280. diff --git a/sys-apps/attr/attr-2.4.19.ebuild b/sys-apps/attr/attr-2.4.19.ebuild index 2a1c39bf755b..b181f7e238fe 100644 --- a/sys-apps/attr/attr-2.4.19.ebuild +++ b/sys-apps/attr/attr-2.4.19.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.19.ebuild,v 1.8 2004/12/06 13:59:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.19.ebuild,v 1.9 2004/12/16 06:14:46 absinthe Exp $ inherit eutils @@ -10,7 +10,7 @@ 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 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="nls debug" RESTRICT="nomirror" # to let new digests propogate #70997 |