diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-04 13:41:29 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-04 13:41:29 +0000 |
commit | 19216b24158130c633b84e07f4dcf919830bacad (patch) | |
tree | a8503f4d81840eb2e606baf01c9d0a5c8a2b15c6 /dev-cpp | |
parent | Stable for ppc64, wrt bug #478184 (diff) | |
download | gentoo-2-19216b24158130c633b84e07f4dcf919830bacad.tar.gz gentoo-2-19216b24158130c633b84e07f4dcf919830bacad.tar.bz2 gentoo-2-19216b24158130c633b84e07f4dcf919830bacad.zip |
Stable on amd64 and x86, wrt bug #479720
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gflags/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/gflags/gflags-2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-cpp/gflags/ChangeLog b/dev-cpp/gflags/ChangeLog index 798a5a164fd7..3654c1fdc517 100644 --- a/dev-cpp/gflags/ChangeLog +++ b/dev-cpp/gflags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/gflags -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.19 2012/12/16 14:11:07 pacho Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.20 2013/08/04 13:41:29 pinkbyte Exp $ + + 04 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> gflags-2.0.ebuild: + Stable on amd64 and x86, wrt bug #479720 16 Dec 2012; Pacho Ramos <pacho@gentoo.org> -gflags-1.7.ebuild, metadata.xml: Drop maintainer due retirement, #95685 diff --git a/dev-cpp/gflags/gflags-2.0.ebuild b/dev-cpp/gflags/gflags-2.0.ebuild index df0f13d2a1a4..3f40ee16715f 100644 --- a/dev-cpp/gflags/gflags-2.0.ebuild +++ b/dev-cpp/gflags/gflags-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.0.ebuild,v 1.3 2012/11/19 18:09:19 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.0.ebuild,v 1.4 2013/08/04 13:41:29 pinkbyte Exp $ EAPI="3" @@ -10,7 +10,7 @@ SRC_URI="http://gflags.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" IUSE="static-libs" src_configure() { |