diff options
author | Romain Perier <mrpouet@gentoo.org> | 2009-08-18 23:40:39 +0000 |
---|---|---|
committer | Romain Perier <mrpouet@gentoo.org> | 2009-08-18 23:40:39 +0000 |
commit | 8d3fa19ff46a40c9a7da55426707ed7fd892b837 (patch) | |
tree | fbaaccb630624d88e00ac0b0264ee0c77dd9fb57 /app-crypt/yapet/yapet-0.4-r1.ebuild | |
parent | app-crypt/yapet: Simplify (diff) | |
download | sunrise-8d3fa19ff46a40c9a7da55426707ed7fd892b837.tar.gz sunrise-8d3fa19ff46a40c9a7da55426707ed7fd892b837.tar.bz2 sunrise-8d3fa19ff46a40c9a7da55426707ed7fd892b837.zip |
app-crypt/yapet: Drop eautoreconf
svn path=/sunrise/; revision=9056
Diffstat (limited to 'app-crypt/yapet/yapet-0.4-r1.ebuild')
-rw-r--r-- | app-crypt/yapet/yapet-0.4-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-crypt/yapet/yapet-0.4-r1.ebuild b/app-crypt/yapet/yapet-0.4-r1.ebuild index fa2539555..7c9a0ea16 100644 --- a/app-crypt/yapet/yapet-0.4-r1.ebuild +++ b/app-crypt/yapet/yapet-0.4-r1.ebuild @@ -2,9 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -AT_NOELIBTOOLIZE=yes - -inherit eutils autotools +inherit eutils DESCRIPTION="A curses (text) based password encryption tool" HOMEPAGE="http://www.guengel.ch/myapps/yapet/" @@ -28,7 +26,6 @@ src_unpack() { unpack "${P}.tar.bz2" cd "${S}" epatch "${DISTDIR}"/${PN}_{csv2yapet,cfgfile,vikeys}-${PV}.diff - eautoreconf econf --enable-terminal-title \ --enable-csv2yapet \ --disable-source-doc \ |