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 | 7ad7f1cd3db27969e122146ff39fe11ad842fbf2 (patch) | |
tree | 5427eee80be65616fad9a77fb1979205ff658ee1 /sys-libs/db/db-5.1.19-r2.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-7ad7f1cd3db27969e122146ff39fe11ad842fbf2.tar.gz gentoo-2-7ad7f1cd3db27969e122146ff39fe11ad842fbf2.tar.bz2 gentoo-2-7ad7f1cd3db27969e122146ff39fe11ad842fbf2.zip |
Drop unused libtool inherit, and add missing multilib.
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/db/db-5.1.19-r2.ebuild')
-rw-r--r-- | sys-libs/db/db-5.1.19-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/db/db-5.1.19-r2.ebuild b/sys-libs/db/db-5.1.19-r2.ebuild index 3f53ae3cb16e..8996e5523c0d 100644 --- a/sys-libs/db/db-5.1.19-r2.ebuild +++ b/sys-libs/db/db-5.1.19-r2.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.1.19-r2.ebuild,v 1.2 2011/11/13 20:38:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.19-r2.ebuild,v 1.3 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,"` |