diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-09-08 20:04:48 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-09-08 20:04:48 +0200 |
commit | 04b9d6cd46fc15ad5c9f76e8601051cade54e3a4 (patch) | |
tree | 1a674f98d6ac85c53089e0194a8ef709fd203184 /dev-libs/appstream-glib | |
parent | Fix Manifest (diff) | |
download | gentoo-04b9d6cd46fc15ad5c9f76e8601051cade54e3a4.tar.gz gentoo-04b9d6cd46fc15ad5c9f76e8601051cade54e3a4.tar.bz2 gentoo-04b9d6cd46fc15ad5c9f76e8601051cade54e3a4.zip |
soname was bumped from .7 to .8, thanks to Gilles for noticing
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 e981baa294c9..2afcbab45340 100644 --- a/dev-libs/appstream-glib/appstream-glib-0.5.0.ebuild +++ b/dev-libs/appstream-glib/appstream-glib-0.5.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://people.freedesktop.org/~hughsient/appstream-glib/" SRC_URI="http://people.freedesktop.org/~hughsient/${PN}/releases/${P}.tar.xz" LICENSE="LGPL-2.1" -SLOT="0/7" +SLOT="0/8" # soname version KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="+introspection nls" |