summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-04-16 02:09:49 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-04-16 02:09:49 +0000
commit32f0da8d8feb40d29ddcb7d830812bb74bb4a939 (patch)
treec0fde828d315f42c443aa7e1c591f256ecdc5251 /dev-libs/libp11/libp11-0.2.8.ebuild
parentversion bump (diff)
downloadhistorical-32f0da8d8feb40d29ddcb7d830812bb74bb4a939.tar.gz
historical-32f0da8d8feb40d29ddcb7d830812bb74bb4a939.tar.bz2
historical-32f0da8d8feb40d29ddcb7d830812bb74bb4a939.zip
move inherit up
Package-Manager: portage-2.1.9.42/cvs/Linux i686
Diffstat (limited to 'dev-libs/libp11/libp11-0.2.8.ebuild')
-rw-r--r--dev-libs/libp11/libp11-0.2.8.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/libp11/libp11-0.2.8.ebuild b/dev-libs/libp11/libp11-0.2.8.ebuild
index 3a2d5cbd7660..074a2fd60302 100644
--- a/dev-libs/libp11/libp11-0.2.8.ebuild
+++ b/dev-libs/libp11/libp11-0.2.8.ebuild
@@ -1,14 +1,13 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libp11/libp11-0.2.8.ebuild,v 1.1 2011/04/15 23:06:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libp11/libp11-0.2.8.ebuild,v 1.2 2011/04/16 02:09:49 mr_bones_ Exp $
EAPI="4"
+inherit libtool
DESCRIPTION="A library implementing a layer on top of PKCS#11 API to make using PKCS#11 implementations easier."
HOMEPAGE="http://www.opensc-project.org/libp11/"
-inherit libtool
-
if [[ "${PV}" = "9999" ]]; then
inherit autotools subversion
ESVN_REPO_URI="http://www.opensc-project.org/svn/${PN}/trunk"