diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-07 16:58:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-07 16:58:10 +0000 |
commit | 2281b668e58b87e7369f97397b4a80e7d54fce0e (patch) | |
tree | 3727dbecbabe48cad79c9fb596659a25234acc22 /app-misc/pax-utils/pax-utils-0.2.1.ebuild | |
parent | Version bump (diff) | |
download | historical-2281b668e58b87e7369f97397b4a80e7d54fce0e.tar.gz historical-2281b668e58b87e7369f97397b4a80e7d54fce0e.tar.bz2 historical-2281b668e58b87e7369f97397b4a80e7d54fce0e.zip |
Clean up eclass inherits, and convert to unpacker for xz.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'app-misc/pax-utils/pax-utils-0.2.1.ebuild')
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/pax-utils/pax-utils-0.2.1.ebuild b/app-misc/pax-utils/pax-utils-0.2.1.ebuild index 95f6b9c62091..7478232df825 100644 --- a/app-misc/pax-utils/pax-utils-0.2.1.ebuild +++ b/app-misc/pax-utils/pax-utils-0.2.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.2.1.ebuild,v 1.7 2010/12/08 01:31:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.2.1.ebuild,v 1.8 2012/02/07 16:58:10 vapier Exp $ -inherit flag-o-matic toolchain-funcs eutils +inherit toolchain-funcs DESCRIPTION="ELF related utils for ELF 32/64 binaries that can check files for security relevant properties" HOMEPAGE="http://hardened.gentoo.org/pax-utils.xml" |