diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-04-06 08:19:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-04-06 08:19:11 +0000 |
commit | ee89754ce242b47909217081c96f33c38faa6168 (patch) | |
tree | e4caf3fd67edcbceae1a40768f46a107b2b1e479 /app-pda/libplist | |
parent | Version bump. (diff) | |
download | gentoo-2-ee89754ce242b47909217081c96f33c38faa6168.tar.gz gentoo-2-ee89754ce242b47909217081c96f33c38faa6168.tar.bz2 gentoo-2-ee89754ce242b47909217081c96f33c38faa6168.zip |
Use subslot 0/2 for SONAME of libplist.so
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-pda/libplist')
-rw-r--r-- | app-pda/libplist/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/libplist/libplist-1.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-pda/libplist/ChangeLog b/app-pda/libplist/ChangeLog index 2cfb41e9fd0c..4ab579743c01 100644 --- a/app-pda/libplist/ChangeLog +++ b/app-pda/libplist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/libplist # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v 1.36 2014/04/06 08:16:47 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v 1.37 2014/04/06 08:19:11 ssuominen Exp $ + + 06 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> libplist-1.11.ebuild: + Use subslot 0/2 for SONAME of libplist.so *libplist-1.11 (06 Apr 2014) diff --git a/app-pda/libplist/libplist-1.11.ebuild b/app-pda/libplist/libplist-1.11.ebuild index 54e316f07a45..58edd9e7cb6f 100644 --- a/app-pda/libplist/libplist-1.11.ebuild +++ b/app-pda/libplist/libplist-1.11.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/app-pda/libplist/libplist-1.11.ebuild,v 1.1 2014/04/06 08:16:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/libplist-1.11.ebuild,v 1.2 2014/04/06 08:19:11 ssuominen Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} ) @@ -12,7 +12,7 @@ HOMEPAGE="http://www.libimobiledevice.org/" SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" -SLOT="0" +SLOT="0/2" # based on SONAME of libplist.so KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd" IUSE="python static-libs" |