diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2011-11-06 17:47:33 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2011-11-06 17:47:33 +0000 |
commit | ff2a80c10e8afbf6ab2c9e1542c57fade60c6062 (patch) | |
tree | d9e754848e16c46f806ef225576d6b6c90452b76 /app-misc/srm | |
parent | add ~arm, bug #389001 (diff) | |
download | gentoo-2-ff2a80c10e8afbf6ab2c9e1542c57fade60c6062.tar.gz gentoo-2-ff2a80c10e8afbf6ab2c9e1542c57fade60c6062.tar.bz2 gentoo-2-ff2a80c10e8afbf6ab2c9e1542c57fade60c6062.zip |
Explicit inherit of eutils.
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'app-misc/srm')
-rw-r--r-- | app-misc/srm/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/srm/srm-1.2.11-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/srm/ChangeLog b/app-misc/srm/ChangeLog index 2cbaec8706dc..c63ddd3bc5f0 100644 --- a/app-misc/srm/ChangeLog +++ b/app-misc/srm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/srm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/srm/ChangeLog,v 1.22 2011/11/06 16:59:50 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/srm/ChangeLog,v 1.23 2011/11/06 17:47:33 titanofold Exp $ + + 06 Nov 2011; Aaron W. Swenson <titanofold@gentoo.org> srm-1.2.11-r2.ebuild: + Explicit inherit of eutils. *srm-1.2.11-r2 (06 Nov 2011) diff --git a/app-misc/srm/srm-1.2.11-r2.ebuild b/app-misc/srm/srm-1.2.11-r2.ebuild index 9d2b1dfbda01..e334242cbb6f 100644 --- a/app-misc/srm/srm-1.2.11-r2.ebuild +++ b/app-misc/srm/srm-1.2.11-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/srm/srm-1.2.11-r2.ebuild,v 1.1 2011/11/06 16:59:50 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/srm/srm-1.2.11-r2.ebuild,v 1.2 2011/11/06 17:47:33 titanofold Exp $ EAPI="4" -inherit autotools +inherit autotools eutils DESCRIPTION="A command-line compatible rm which destroys file contents before unlinking." HOMEPAGE="http://sourceforge.net/projects/srm/" |