commit: bf51b4901619fa77575e249b1e310bd77e638338 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Oct 12 01:45:57 2015 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Oct 12 01:45:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf51b490
dev-libs/libevent: Set a more useful subslot The subslot should be based on SONAME, rather than the version digits that appear after ".so." Bug: https://bugs.gentoo.org/536930 Package-Manager: portage-2.2.22_p20 .../libevent/{libevent-2.0.22-r1.ebuild => libevent-2.0.22-r2.ebuild} | 3 ++- .../libevent/{libevent-2.1.5-r2.ebuild => libevent-2.1.5-r3.ebuild} | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/libevent/libevent-2.0.22-r1.ebuild b/dev-libs/libevent/libevent-2.0.22-r2.ebuild similarity index 98% rename from dev-libs/libevent/libevent-2.0.22-r1.ebuild rename to dev-libs/libevent/libevent-2.0.22-r2.ebuild index de4cc28..b30827f 100644 --- a/dev-libs/libevent/libevent-2.0.22-r1.ebuild +++ b/dev-libs/libevent/libevent-2.0.22-r2.ebuild @@ -12,7 +12,8 @@ HOMEPAGE="http://libevent.org/" SRC_URI="mirror://sourceforge/levent/files/${MY_P}.tar.gz" LICENSE="BSD" -SLOT="0/5.1.9" +# libevent-2.0.so.5 +SLOT="0/2.0-5" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="debug libressl +ssl static-libs test +threads" diff --git a/dev-libs/libevent/libevent-2.1.5-r2.ebuild b/dev-libs/libevent/libevent-2.1.5-r3.ebuild similarity index 97% rename from dev-libs/libevent/libevent-2.1.5-r2.ebuild rename to dev-libs/libevent/libevent-2.1.5-r3.ebuild index 04a8444..95610a9 100644 --- a/dev-libs/libevent/libevent-2.1.5-r2.ebuild +++ b/dev-libs/libevent/libevent-2.1.5-r3.ebuild @@ -12,7 +12,8 @@ HOMEPAGE="http://libevent.org/" SRC_URI="mirror://sourceforge/levent/files/${MY_P}.tar.gz" LICENSE="BSD" -SLOT="0/5.0.0" +# libevent-2.1.so.5 +SLOT="0/2.1-5" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="debug libressl +ssl static-libs test +threads"
