diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 05:34:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 05:34:44 +0000 |
commit | 5eb2072a9d450760e6ed2f5c81bbd197f39e260f (patch) | |
tree | 9ddcdabfd0c8cf6096524a2011689aac11994f2b /sys-libs/db/db-5.2.28.ebuild | |
parent | Version bump. (diff) | |
download | historical-5eb2072a9d450760e6ed2f5c81bbd197f39e260f.tar.gz historical-5eb2072a9d450760e6ed2f5c81bbd197f39e260f.tar.bz2 historical-5eb2072a9d450760e6ed2f5c81bbd197f39e260f.zip |
Drop unused libtool inherit, and add missing multilib.
Package-Manager: portage-2.2.0_alpha107_p3/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/db/db-5.2.28.ebuild')
-rw-r--r-- | sys-libs/db/db-5.2.28.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/db/db-5.2.28.ebuild b/sys-libs/db/db-5.2.28.ebuild index 4c4faad901fe..f9d6770ec019 100644 --- a/sys-libs/db/db-5.2.28.ebuild +++ b/sys-libs/db/db-5.2.28.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.2.28.ebuild,v 1.3 2011/11/13 20:38:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.2.28.ebuild,v 1.4 2012/05/24 05:34:44 vapier Exp $ EAPI=2 -inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool +inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib #Number of official patches #PATCHNO=`echo ${PV}|sed -e "s,\(.*_p\)\([0-9]*\),\2,"` |