diff options
author | 2014-12-27 19:30:44 +0000 | |
---|---|---|
committer | 2014-12-27 19:30:44 +0000 | |
commit | 84a83c327191fdb2099d14073a14d0e8feab02e0 (patch) | |
tree | 35b1e6ab017501000791bac1f45e9eaa405c5827 /dev-libs/pugixml/pugixml-1.4.ebuild | |
parent | Stable for amd64, wrt bug #531204 (diff) | |
download | historical-84a83c327191fdb2099d14073a14d0e8feab02e0.tar.gz historical-84a83c327191fdb2099d14073a14d0e8feab02e0.tar.bz2 historical-84a83c327191fdb2099d14073a14d0e8feab02e0.zip |
Stable for amd64, wrt bug #530902
Package-Manager: portage-2.2.14/cvs/Linux x86_64
RepoMan-Options: --include-arches="amd64"
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'dev-libs/pugixml/pugixml-1.4.ebuild')
-rw-r--r-- | dev-libs/pugixml/pugixml-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/pugixml/pugixml-1.4.ebuild b/dev-libs/pugixml/pugixml-1.4.ebuild index 6461f1801121..767be4e7080e 100644 --- a/dev-libs/pugixml/pugixml-1.4.ebuild +++ b/dev-libs/pugixml/pugixml-1.4.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-libs/pugixml/pugixml-1.4.ebuild,v 1.1 2014/03/01 07:09:18 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/pugixml-1.4.ebuild,v 1.2 2014/12/27 19:30:43 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" S=${WORKDIR}/${P}/scripts |