diff options
-rw-r--r-- | dev-cpp/gflags/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gflags/gflags-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/gflags/ChangeLog b/dev-cpp/gflags/ChangeLog index 3654c1fdc517..872acd0c0ee2 100644 --- a/dev-cpp/gflags/ChangeLog +++ b/dev-cpp/gflags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/gflags # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.21 2013/08/07 09:24:24 pinkbyte Exp $ + + 07 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> gflags-2.0.ebuild: + Stable on arm, wrt bug #479720 04 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> gflags-2.0.ebuild: Stable on amd64 and x86, wrt bug #479720 diff --git a/dev-cpp/gflags/gflags-2.0.ebuild b/dev-cpp/gflags/gflags-2.0.ebuild index 3f40ee16715f..a23a43701211 100644 --- a/dev-cpp/gflags/gflags-2.0.ebuild +++ b/dev-cpp/gflags/gflags-2.0.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/dev-cpp/gflags/gflags-2.0.ebuild,v 1.4 2013/08/04 13:41:29 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.0.ebuild,v 1.5 2013/08/07 09:24:24 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() { |