diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-23 19:07:15 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-23 19:07:15 +0000 |
commit | 1db1d92a68b02466a2ce926c09c87042e346a097 (patch) | |
tree | 6361acbb1fc34cea1dfe6e0905d61dbe3e0fa3e3 /app-text/rarian/rarian-0.8.1-r1.ebuild | |
parent | Fixed remaining issues with opts variable deprecation in init script (bug #38... (diff) | |
download | gentoo-2-1db1d92a68b02466a2ce926c09c87042e346a097.tar.gz gentoo-2-1db1d92a68b02466a2ce926c09c87042e346a097.tar.bz2 gentoo-2-1db1d92a68b02466a2ce926c09c87042e346a097.zip |
libtool eclass needed for elibtoolize (bug #388243).
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'app-text/rarian/rarian-0.8.1-r1.ebuild')
-rw-r--r-- | app-text/rarian/rarian-0.8.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/rarian/rarian-0.8.1-r1.ebuild b/app-text/rarian/rarian-0.8.1-r1.ebuild index 5a5f9d5f66f0..e447194b87b0 100644 --- a/app-text/rarian/rarian-0.8.1-r1.ebuild +++ b/app-text/rarian/rarian-0.8.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1-r1.ebuild,v 1.10 2011/10/23 11:19:26 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1-r1.ebuild,v 1.11 2011/10/23 19:07:15 tetromino Exp $ EAPI=4 -inherit eutils +inherit eutils libtool DESCRIPTION="A documentation metadata library" HOMEPAGE="http://rarian.freedesktop.org/" |