diff options
author | 2015-06-09 11:23:21 +0000 | |
---|---|---|
committer | 2015-06-09 11:23:21 +0000 | |
commit | 40bea60b1f3ab4965f4efd7a896f61076e33abff (patch) | |
tree | a0e2a0007ce0968c8d46384b0091945dc732ebdb /sys-libs | |
parent | Updating remote-id in metadata.xml (diff) | |
download | gentoo-2-40bea60b1f3ab4965f4efd7a896f61076e33abff.tar.gz gentoo-2-40bea60b1f3ab4965f4efd7a896f61076e33abff.tar.bz2 gentoo-2-40bea60b1f3ab4965f4efd7a896f61076e33abff.zip |
Version bump. Removed old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tdb/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/tdb/tdb-1.3.5.ebuild (renamed from sys-libs/tdb/tdb-1.3.3.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog index d48c1a21ed7b..815407f6c8a8 100644 --- a/sys-libs/tdb/ChangeLog +++ b/sys-libs/tdb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-libs/tdb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.82 2015/03/03 10:09:44 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.83 2015/06/09 11:23:21 polynomial-c Exp $ + +*tdb-1.3.5 (09 Jun 2015) + + 09 Jun 2015; Lars Wendler <polynomial-c@gentoo.org> -tdb-1.3.3.ebuild, + +tdb-1.3.5.ebuild: + Version bump. Removed old. 03 Mar 2015; Yixun Lan <dlan@gentoo.org> tdb-1.3.4.ebuild: add arm64 support, tested on A53 board diff --git a/sys-libs/tdb/tdb-1.3.3.ebuild b/sys-libs/tdb/tdb-1.3.5.ebuild index 1137b6daa762..bb0fdbfe98d5 100644 --- a/sys-libs/tdb/tdb-1.3.3.ebuild +++ b/sys-libs/tdb/tdb-1.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.3.ebuild,v 1.2 2015/01/03 12:40:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.5.ebuild,v 1.1 2015/06/09 11:23:21 polynomial-c Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |