diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-20 21:16:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-20 21:16:33 +0000 |
commit | 66a5d21be7028a875c679e8d4aaf343d620cb630 (patch) | |
tree | 3077a0ac67be39d0d9da555621d25efcd791f1e7 /sys-apps/attr | |
parent | hppa/ia64 stable #143411 (diff) | |
download | gentoo-2-66a5d21be7028a875c679e8d4aaf343d620cb630.tar.gz gentoo-2-66a5d21be7028a875c679e8d4aaf343d620cb630.tar.bz2 gentoo-2-66a5d21be7028a875c679e8d4aaf343d620cb630.zip |
use newer gen_usr_ldscript #144529
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'sys-apps/attr')
-rw-r--r-- | sys-apps/attr/attr-2.4.24.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.28-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.32.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/attr/attr-2.4.24.ebuild b/sys-apps/attr/attr-2.4.24.ebuild index 80ec6ff0aa72..17adc8476c81 100644 --- a/sys-apps/attr/attr-2.4.24.ebuild +++ b/sys-apps/attr/attr-2.4.24.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.24.ebuild,v 1.9 2006/02/19 21:52:01 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.24.ebuild,v 1.10 2006/08/20 21:16:33 vapier Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="Extended attributes tools" HOMEPAGE="http://oss.sgi.com/projects/xfs/" diff --git a/sys-apps/attr/attr-2.4.28-r1.ebuild b/sys-apps/attr/attr-2.4.28-r1.ebuild index 2a0c4c347550..168d8b3bb806 100644 --- a/sys-apps/attr/attr-2.4.28-r1.ebuild +++ b/sys-apps/attr/attr-2.4.28-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.28-r1.ebuild,v 1.10 2006/08/20 21:15:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.28-r1.ebuild,v 1.11 2006/08/20 21:16:33 vapier Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="Extended attributes tools" HOMEPAGE="http://oss.sgi.com/projects/xfs/" diff --git a/sys-apps/attr/attr-2.4.32.ebuild b/sys-apps/attr/attr-2.4.32.ebuild index ce1760c714c3..2560ac9ec394 100644 --- a/sys-apps/attr/attr-2.4.32.ebuild +++ b/sys-apps/attr/attr-2.4.32.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.32.ebuild,v 1.1 2006/08/10 03:20:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.32.ebuild,v 1.2 2006/08/20 21:16:33 vapier Exp $ -inherit eutils autotools +inherit eutils autotools toolchain-funcs MY_P="${PN}_${PV}-1" DESCRIPTION="Extended attributes tools" |