diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-12-25 13:23:01 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-12-25 13:23:21 +1100 |
commit | 36f008111ac18ceb00c36247fd07249d7d000e69 (patch) | |
tree | f8aeaf1f08aead98aad4ce4c16917458001cfd1f /net-libs | |
parent | net-libs/libsignon-glib: remove 1.13-r1 (diff) | |
download | gentoo-36f008111ac18ceb00c36247fd07249d7d000e69.tar.gz gentoo-36f008111ac18ceb00c36247fd07249d7d000e69.tar.bz2 gentoo-36f008111ac18ceb00c36247fd07249d7d000e69.zip |
net-libs/libsignon-glib: sort variables
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libsignon-glib/libsignon-glib-1.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild b/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild index 08b5de1e6b4f..4b1fc11e2067 100644 --- a/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild +++ b/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild @@ -10,8 +10,8 @@ DESCRIPTION="GLib binding for the D-Bus API provided by signond" HOMEPAGE="https://01.org/gsso/" SRC_URI="https://gitlab.com/accounts-sso/libsignon-glib/repository/archive.tar.gz?ref=VERSION_${PV} -> ${P}.tar.gz" -SLOT="0" LICENSE="LGPL-2.1" +SLOT="0" KEYWORDS="amd64 x86" IUSE="debug doc +introspection python test" |