diff options
author | Romain Perier <mrpouet@gentoo.org> | 2009-08-21 12:10:05 +0000 |
---|---|---|
committer | Romain Perier <mrpouet@gentoo.org> | 2009-08-21 12:10:05 +0000 |
commit | fdf5e0a3472ff6b90103e9a0af3510fb76bd3c30 (patch) | |
tree | ff3fea2bf7bc4cdc16e165133e2eca3b0b65e1aa /app-crypt/yapet/yapet-0.4-r1.ebuild | |
parent | net-im/ekg2: Adding snapshot ebuild. (diff) | |
download | sunrise-fdf5e0a3472ff6b90103e9a0af3510fb76bd3c30.tar.gz sunrise-fdf5e0a3472ff6b90103e9a0af3510fb76bd3c30.tar.bz2 sunrise-fdf5e0a3472ff6b90103e9a0af3510fb76bd3c30.zip |
app-crypt/yapet: Fix some QA warnings. Restore inheritance from base eclass, which restore install phase
svn path=/sunrise/; revision=9088
Diffstat (limited to 'app-crypt/yapet/yapet-0.4-r1.ebuild')
-rw-r--r-- | app-crypt/yapet/yapet-0.4-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-crypt/yapet/yapet-0.4-r1.ebuild b/app-crypt/yapet/yapet-0.4-r1.ebuild index 7c9a0ea16..d19457fb7 100644 --- a/app-crypt/yapet/yapet-0.4-r1.ebuild +++ b/app-crypt/yapet/yapet-0.4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit eutils +inherit base eutils DESCRIPTION="A curses (text) based password encryption tool" HOMEPAGE="http://www.guengel.ch/myapps/yapet/" @@ -26,9 +26,13 @@ src_unpack() { unpack "${P}.tar.bz2" cd "${S}" epatch "${DISTDIR}"/${PN}_{csv2yapet,cfgfile,vikeys}-${PV}.diff +} + +src_compile() { econf --enable-terminal-title \ --enable-csv2yapet \ --disable-source-doc \ --disable-build-doc \ $(use_enable nls) + base_src_compile } |