diff options
author | 2014-01-12 20:27:57 +0000 | |
---|---|---|
committer | 2014-01-12 20:27:57 +0000 | |
commit | 6ccbbecfaf985d3010b4e7fe8b9f990272ec9228 (patch) | |
tree | 9afdaeb761ecdc4fd188774a9701986ee28b6332 /sys-libs/libseccomp | |
parent | amd64 stable, bug #495328 (diff) | |
download | gentoo-2-6ccbbecfaf985d3010b4e7fe8b9f990272ec9228.tar.gz gentoo-2-6ccbbecfaf985d3010b4e7fe8b9f990272ec9228.tar.bz2 gentoo-2-6ccbbecfaf985d3010b4e7fe8b9f990272ec9228.zip |
amd64 stable, bug #495966
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-libs/libseccomp')
-rw-r--r-- | sys-libs/libseccomp/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libseccomp/libseccomp-2.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libseccomp/ChangeLog b/sys-libs/libseccomp/ChangeLog index 132457411456..4733ef969237 100644 --- a/sys-libs/libseccomp/ChangeLog +++ b/sys-libs/libseccomp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libseccomp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libseccomp/ChangeLog,v 1.13 2014/01/05 14:28:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libseccomp/ChangeLog,v 1.14 2014/01/12 20:27:57 pacho Exp $ + + 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> libseccomp-2.1.1.ebuild: + amd64 stable, bug #495966 05 Jan 2014; Markus Meier <maekke@gentoo.org> libseccomp-2.1.1.ebuild: arm stable, bug #495966 diff --git a/sys-libs/libseccomp/libseccomp-2.1.1.ebuild b/sys-libs/libseccomp/libseccomp-2.1.1.ebuild index cee60f07b637..b5df12d3eda2 100644 --- a/sys-libs/libseccomp/libseccomp-2.1.1.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libseccomp/libseccomp-2.1.1.ebuild,v 1.2 2014/01/05 14:28:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libseccomp/libseccomp-2.1.1.ebuild,v 1.3 2014/01/12 20:27:57 pacho Exp $ # Note: USE=static-libs isn't great -- only PIC objects are provided. @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 arm ~x86" +KEYWORDS="amd64 arm ~x86" IUSE="static-libs" src_prepare() { |