diff options
author | Markus Meier <maekke@gentoo.org> | 2014-10-25 14:05:30 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-10-25 14:05:30 +0000 |
commit | 8ea7b05663eb23a492257849220baeb9dc15487a (patch) | |
tree | d2b07cc6501dfb0e060d6f0e9a5e7cc3798a7067 /dev-cpp | |
parent | arm stable, bug #525736 (diff) | |
download | gentoo-2-8ea7b05663eb23a492257849220baeb9dc15487a.tar.gz gentoo-2-8ea7b05663eb23a492257849220baeb9dc15487a.tar.bz2 gentoo-2-8ea7b05663eb23a492257849220baeb9dc15487a.zip |
arm stable, bug #525966
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gflags/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gflags/gflags-2.1.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/gflags/ChangeLog b/dev-cpp/gflags/ChangeLog index 54740edc66c4..e996799752d2 100644 --- a/dev-cpp/gflags/ChangeLog +++ b/dev-cpp/gflags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/gflags # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.30 2014/10/23 13:57:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.31 2014/10/25 14:05:30 maekke Exp $ + + 25 Oct 2014; Markus Meier <maekke@gentoo.org> gflags-2.1.1-r1.ebuild: + arm stable, bug #525966 23 Oct 2014; Pacho Ramos <pacho@gentoo.org> gflags-2.1.1-r1.ebuild: amd64/x86 stable, bug #525966 diff --git a/dev-cpp/gflags/gflags-2.1.1-r1.ebuild b/dev-cpp/gflags/gflags-2.1.1-r1.ebuild index 9bb9b8e0b2fd..f74c1c383441 100644 --- a/dev-cpp/gflags/gflags-2.1.1-r1.ebuild +++ b/dev-cpp/gflags/gflags-2.1.1-r1.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-cpp/gflags/gflags-2.1.1-r1.ebuild,v 1.2 2014/10/23 13:57:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.1.1-r1.ebuild,v 1.3 2014/10/25 14:05:30 maekke Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/schuhschuh/gflags/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" PATCHES=( "${FILESDIR}/gflags-2.1.1-libs.patch" ) |