summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-01-14 19:01:20 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-01-14 19:01:20 +0000
commit33ff4e57a30c2482a410ece25cc2077c8b5c58f3 (patch)
treef05c2591074266857874853fe0f90f56ef054d2a /sys-libs
parentStable for amd64, wrt bug #451616 (diff)
downloadgentoo-2-33ff4e57a30c2482a410ece25cc2077c8b5c58f3.tar.gz
gentoo-2-33ff4e57a30c2482a410ece25cc2077c8b5c58f3.tar.bz2
gentoo-2-33ff4e57a30c2482a410ece25cc2077c8b5c58f3.zip
Stable for amd64, wrt bug #451496
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libseccomp/ChangeLog5
-rw-r--r--sys-libs/libseccomp/libseccomp-1.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libseccomp/ChangeLog b/sys-libs/libseccomp/ChangeLog
index 0ccd3771f345..5c806d69a272 100644
--- a/sys-libs/libseccomp/ChangeLog
+++ b/sys-libs/libseccomp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libseccomp
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libseccomp/ChangeLog,v 1.5 2013/01/06 23:07:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libseccomp/ChangeLog,v 1.6 2013/01/14 19:01:20 ago Exp $
+
+ 14 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libseccomp-1.0.1.ebuild:
+ Stable for amd64, wrt bug #451496
*libseccomp-1.0.1 (06 Jan 2013)
diff --git a/sys-libs/libseccomp/libseccomp-1.0.1.ebuild b/sys-libs/libseccomp/libseccomp-1.0.1.ebuild
index 99987d0fcb37..d86c48a6808e 100644
--- a/sys-libs/libseccomp/libseccomp-1.0.1.ebuild
+++ b/sys-libs/libseccomp/libseccomp-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libseccomp/libseccomp-1.0.1.ebuild,v 1.1 2013/01/06 23:07:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libseccomp/libseccomp-1.0.1.ebuild,v 1.2 2013/01/14 19:01:20 ago 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 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="static-libs tools"
src_prepare() {