diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 01:01:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 01:01:26 +0000 |
commit | 1d9d9f6ca0a129e59d4f5395d3e6dab5ad03ae40 (patch) | |
tree | 60a9addc34b348eb0b50594756a92e68cb09bf0c /x11-misc/xkbd | |
parent | Added missing files. (diff) | |
download | historical-1d9d9f6ca0a129e59d4f5395d3e6dab5ad03ae40.tar.gz historical-1d9d9f6ca0a129e59d4f5395d3e6dab5ad03ae40.tar.bz2 historical-1d9d9f6ca0a129e59d4f5395d3e6dab5ad03ae40.zip |
QA - fix use invocation
Diffstat (limited to 'x11-misc/xkbd')
-rw-r--r-- | x11-misc/xkbd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xkbd/xkbd-0.8.12.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/xkbd/ChangeLog b/x11-misc/xkbd/ChangeLog index 938c1baae96e..71277836b4c1 100644 --- a/x11-misc/xkbd/ChangeLog +++ b/x11-misc/xkbd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xkbd # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.3 2004/04/26 14:53:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.4 2004/06/24 01:00:42 agriffis Exp $ + + 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> xkbd-0.8.12.ebuild: + QA - fix use invocation 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> xkbd-0.8.12.ebuild: Add die following econf for bug 48950 diff --git a/x11-misc/xkbd/xkbd-0.8.12.ebuild b/x11-misc/xkbd/xkbd-0.8.12.ebuild index f8965a32b09b..7a0f6765ad26 100644 --- a/x11-misc/xkbd/xkbd-0.8.12.ebuild +++ b/x11-misc/xkbd/xkbd-0.8.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/xkbd-0.8.12.ebuild,v 1.4 2004/04/26 14:53:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/xkbd-0.8.12.ebuild,v 1.5 2004/06/24 01:00:42 agriffis Exp $ DESCRIPTION="Xkbd - onscreen soft keyboard for X11" HOMEPAGE="http://handhelds.org/~mallum/xkbd/" @@ -27,7 +27,7 @@ src_compile() { emake || die - if [ `use doc` ]; then + if use doc; then docbook2html README fi } @@ -36,7 +36,7 @@ src_install() { einstall || die dodoc AUTHORS COPYING NEWS README - if [ `use doc` ]; then + if use doc; then insinto /usr/share/doc/${PF}/html doins *.html fi |