diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-04-02 13:30:32 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-04-02 13:30:32 +0000 |
commit | b217d343134b273dda6825914c86d17e5fc9f5b3 (patch) | |
tree | 9aa10a085c9102b59cbed56de982ff6c6ff0897d | |
parent | Backport upstream FFmpeg compatibility patch, bug #355405 by Philipp <sefi@s-... (diff) | |
download | gentoo-2-b217d343134b273dda6825914c86d17e5fc9f5b3.tar.gz gentoo-2-b217d343134b273dda6825914c86d17e5fc9f5b3.tar.bz2 gentoo-2-b217d343134b273dda6825914c86d17e5fc9f5b3.zip |
Removed dolib.so (bug #361621) and stable on amd64 (bug #361055)
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
-rw-r--r-- | sys-libs/tdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/tdb/tdb-1.2.7-r1.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog index 30fd726f9375..b01741212266 100644 --- a/sys-libs/tdb/ChangeLog +++ b/sys-libs/tdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tdb # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.29 2011/04/01 15:04:52 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.30 2011/04/02 13:30:32 angelos Exp $ + + 02 Apr 2011; Christoph Mende <angelos@gentoo.org> tdb-1.2.7-r1.ebuild: + Removed dolib.so (bug #361621) and stable on amd64 (bug #361055) 01 Apr 2011; Víctor Ostorga <vostorga@gentoo.org> tdb-1.2.1.ebuild, tdb-1.2.1-r1.ebuild: diff --git a/sys-libs/tdb/tdb-1.2.7-r1.ebuild b/sys-libs/tdb/tdb-1.2.7-r1.ebuild index 92c58b5096c9..e44b600fe296 100644 --- a/sys-libs/tdb/tdb-1.2.7-r1.ebuild +++ b/sys-libs/tdb/tdb-1.2.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.7-r1.ebuild,v 1.3 2011/01/18 21:16:58 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.7-r1.ebuild,v 1.4 2011/04/02 13:30:32 angelos Exp $ EAPI="2" PYTHON_DEPEND="python? 2" @@ -13,7 +13,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz mirror://gentoo/${P}-patches.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="python static-libs tools tdbtest" RDEPEND="" @@ -79,9 +79,6 @@ src_compile() { src_install() { emake install DESTDIR="${D}" || die "emake install failed" - # installs a necessary symlink - dolib.so sharedbuild/lib/libtdb.so - dodoc docs/README use static-libs || rm -f "${D}"/usr/lib*/*.a |