diff options
author | 2007-09-23 14:00:47 +0000 | |
---|---|---|
committer | 2007-09-23 14:00:47 +0000 | |
commit | 35087bd0a4fe1521ff37d9e401c520d2ce2d317f (patch) | |
tree | 786fd2b8ca55fb5ec8eb514fd2c18d62aa4e35a0 /sys-apps/attr | |
parent | Version bump, fixing also compatibility problems with liboil wrt #193450. Als... (diff) | |
download | historical-35087bd0a4fe1521ff37d9e401c520d2ce2d317f.tar.gz historical-35087bd0a4fe1521ff37d9e401c520d2ce2d317f.tar.bz2 historical-35087bd0a4fe1521ff37d9e401c520d2ce2d317f.zip |
alpha/ia64 stable wrt #193143
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'sys-apps/attr')
-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 c7b53dfcf8cf..568ade74e863 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.85 2007/09/22 13:47:24 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.86 2007/09/23 14:00:47 armin76 Exp $ + + 23 Sep 2007; Raúl Porcel <armin76@gentoo.org> attr-2.4.38.ebuild: + alpha/ia64 stable wrt #193143 22 Sep 2007; Christian Faulhammer <opfer@gentoo.org> attr-2.4.38.ebuild: stable x86, bug 193143 diff --git a/sys-apps/attr/attr-2.4.38.ebuild b/sys-apps/attr/attr-2.4.38.ebuild index cbeddda364b3..dfc79172e353 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.4 2007/09/22 13:47:24 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.38.ebuild,v 1.5 2007/09/23 14:00:47 armin76 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 ) |