diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-03 23:43:39 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-03 23:43:39 +0000 |
commit | 1cefa352abe6591083951ad69231570e724fc6da (patch) | |
tree | 5c79a92e499e6f37ad010008f945db429efc6895 | |
parent | amd64 stable, bug #495476 (diff) | |
download | gentoo-2-1cefa352abe6591083951ad69231570e724fc6da.tar.gz gentoo-2-1cefa352abe6591083951ad69231570e724fc6da.tar.bz2 gentoo-2-1cefa352abe6591083951ad69231570e724fc6da.zip |
amd64 stable, bug #495478
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
-rw-r--r-- | dev-perl/Sys-Syscall/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Sys-Syscall/Sys-Syscall-0.250.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sys-Syscall/ChangeLog b/dev-perl/Sys-Syscall/ChangeLog index 424743e9e028..7737d83facb2 100644 --- a/dev-perl/Sys-Syscall/ChangeLog +++ b/dev-perl/Sys-Syscall/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sys-Syscall # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Syscall/ChangeLog,v 1.12 2014/02/24 02:03:15 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Syscall/ChangeLog,v 1.13 2014/03/03 23:43:39 pacho Exp $ + + 03 Mar 2014; Pacho Ramos <pacho@gentoo.org> Sys-Syscall-0.250.0.ebuild: + amd64 stable, bug #495478 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> Sys-Syscall-0.250.0.ebuild: diff --git a/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0.ebuild b/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0.ebuild index 93dba87e2378..329cbc7518b1 100644 --- a/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0.ebuild +++ b/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0.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/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0.ebuild,v 1.2 2014/02/24 02:03:15 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0.ebuild,v 1.3 2014/03/03 23:43:39 pacho Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Access system calls that Perl doesn't normally provide access to" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" SRC_TEST="do" |