diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-24 13:07:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-24 13:07:28 +0000 |
commit | 54e80b2d17ddda366ed5824e0c96b83fb538823d (patch) | |
tree | 8b5afabe7e97281db101742e850e74be321685e3 /dev-util/gtk-doc | |
parent | s390 lovin (Manifest recommit) (diff) | |
download | gentoo-2-54e80b2d17ddda366ed5824e0c96b83fb538823d.tar.gz gentoo-2-54e80b2d17ddda366ed5824e0c96b83fb538823d.tar.bz2 gentoo-2-54e80b2d17ddda366ed5824e0c96b83fb538823d.zip |
s390 lovin
Diffstat (limited to 'dev-util/gtk-doc')
-rw-r--r-- | dev-util/gtk-doc/gtk-doc-1.2-r1.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dev-util/gtk-doc/gtk-doc-1.2-r1.ebuild b/dev-util/gtk-doc/gtk-doc-1.2-r1.ebuild index 56f09142c0b4..51b41a92a3e6 100644 --- a/dev-util/gtk-doc/gtk-doc-1.2-r1.ebuild +++ b/dev-util/gtk-doc/gtk-doc-1.2-r1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/gtk-doc-1.2-r1.ebuild,v 1.1 2004/09/18 10:10:42 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/gtk-doc-1.2-r1.ebuild,v 1.2 2004/09/24 13:06:37 vapier Exp $ inherit elisp-common gnome.org DESCRIPTION="GTK+ Documentation Generator" HOMEPAGE="http://www.gtk.org/" -# Before marking stable, check out bug #46268. -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64" LICENSE="GPL-2" SLOT="0" +# Before marking stable, check out bug #46268. +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64 s390" IUSE="emacs" DEPEND=">=app-text/openjade-1.3.1 @@ -23,11 +23,6 @@ DEPEND=">=app-text/openjade-1.3.1 dev-libs/libxslt !app-text/xhtml1" -src_compile() { - econf || die - emake || die -} - src_install() { einstall || die |