diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-05-26 12:08:37 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-05-26 12:08:37 +0000 |
commit | b1ac89c0e78435a5744c52390f26b4ec00578f76 (patch) | |
tree | f6c58c582437a507bd537c7a992377e851995164 /media-libs/libepoxy/libepoxy-1.2.ebuild | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-b1ac89c0e78435a5744c52390f26b4ec00578f76.tar.gz gentoo-2-b1ac89c0e78435a5744c52390f26b4ec00578f76.tar.bz2 gentoo-2-b1ac89c0e78435a5744c52390f26b4ec00578f76.zip |
Keyword ~arm, bug #510940.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/libepoxy/libepoxy-1.2.ebuild')
-rw-r--r-- | media-libs/libepoxy/libepoxy-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libepoxy/libepoxy-1.2.ebuild b/media-libs/libepoxy/libepoxy-1.2.ebuild index 64f03f3971b1..662460fb91fe 100644 --- a/media-libs/libepoxy/libepoxy-1.2.ebuild +++ b/media-libs/libepoxy/libepoxy-1.2.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/media-libs/libepoxy/libepoxy-1.2.ebuild,v 1.1 2014/05/21 13:44:06 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild,v 1.2 2014/05/26 12:08:37 chithanh Exp $ EAPI=5 @@ -20,7 +20,7 @@ if [[ ${PV} = 9999* ]]; then KEYWORDS="" SRC_URI="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" SRC_URI="https://github.com/anholt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi |