diff options
author | Jakub Moc <jakub@gentoo.org> | 2007-11-07 23:21:21 +0000 |
---|---|---|
committer | Jakub Moc <jakub@gentoo.org> | 2007-11-07 23:21:21 +0000 |
commit | f67dcecd37a12309a5f586e52a370dbbea9b6308 (patch) | |
tree | 7cf233e426a1200d844f5f76a7ff1d90deb56d17 /net-dialup/iwar/iwar-0.071.ebuild | |
parent | dev-util/openldev: Fix SRC_URI, move description blurb to metadata.xml (diff) | |
download | sunrise-f67dcecd37a12309a5f586e52a370dbbea9b6308.tar.gz sunrise-f67dcecd37a12309a5f586e52a370dbbea9b6308.tar.bz2 sunrise-f67dcecd37a12309a5f586e52a370dbbea9b6308.zip |
einfo -> elog; cosmetics
svn path=/sunrise/; revision=4989
Diffstat (limited to 'net-dialup/iwar/iwar-0.071.ebuild')
-rw-r--r-- | net-dialup/iwar/iwar-0.071.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net-dialup/iwar/iwar-0.071.ebuild b/net-dialup/iwar/iwar-0.071.ebuild index 264817b97..d350f0cd3 100644 --- a/net-dialup/iwar/iwar-0.071.ebuild +++ b/net-dialup/iwar/iwar-0.071.ebuild @@ -14,21 +14,22 @@ KEYWORDS="~amd64 ~x86" IUSE="iax2 mysql" DEPEND="sys-libs/ncurses -mysql? ( dev-db/mysql )" + mysql? ( dev-db/mysql )" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd "${S}" - EPATCH_SOURCE="${FILESDIR}" EPATCH_SUFFIX="patch" - EPATCH_FORCE="yes" epatch + EPATCH_SOURCE="${FILESDIR}" + EPATCH_SUFFIX="patch" + EPATCH_FORCE="yes" epatch } src_compile() { econf $(use_enable mysql) \ - $(use_enable iax2) || die "econf failed" + $(use_enable iax2) - emake || die "emake failed" + emake || die "emake failed" } src_install() { @@ -39,5 +40,5 @@ src_install() { } pkg_postinst() { - einfo "Users must be in group uucp in order to be able to use iwar." + elog "Users must be in group uucp in order to be able to use iwar." } |