diff options
author | 2015-09-20 16:40:12 +0200 | |
---|---|---|
committer | 2015-09-20 16:40:12 +0200 | |
commit | 195d839397271cfb02f9c95ab9c280d3d3368172 (patch) | |
tree | e973e9586336a5a7c7298f973ea76739b019e3ef /dev-libs/appstream-glib | |
parent | dev-python/pillow: add ~alpha keyword (diff) | |
download | gentoo-195d839397271cfb02f9c95ab9c280d3d3368172.tar.gz gentoo-195d839397271cfb02f9c95ab9c280d3d3368172.tar.bz2 gentoo-195d839397271cfb02f9c95ab9c280d3d3368172.zip |
dev-libs/appstream-glib: add ~alpha keyword
Gentoo-Bug: 553926
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-libs/appstream-glib')
-rw-r--r-- | dev-libs/appstream-glib/appstream-glib-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/appstream-glib/appstream-glib-0.5.0.ebuild b/dev-libs/appstream-glib/appstream-glib-0.5.0.ebuild index 30e753245841..3d634ceb042a 100644 --- a/dev-libs/appstream-glib/appstream-glib-0.5.0.ebuild +++ b/dev-libs/appstream-glib/appstream-glib-0.5.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://people.freedesktop.org/~hughsient/${PN}/releases/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0/8" # soname version -KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86" IUSE="+introspection nls" # FIXME: yaml is optional with --enable-dep11 but not |