diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-06-16 21:03:24 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-06-16 21:03:24 +0000 |
commit | 527894ee944a8052032670010983d4944aea9aef (patch) | |
tree | f3b03c61e809c20a3da972e5ed9f1249bab37333 /sci-mathematics/glpk | |
parent | Fix bug 471866. Remove broken version. (diff) | |
download | gentoo-2-527894ee944a8052032670010983d4944aea9aef.tar.gz gentoo-2-527894ee944a8052032670010983d4944aea9aef.tar.bz2 gentoo-2-527894ee944a8052032670010983d4944aea9aef.zip |
Updated slot for change of soname
(Portage version: 2.2.01.22013-prefix/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-mathematics/glpk')
-rw-r--r-- | sci-mathematics/glpk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/glpk/glpk-4.50.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog index d9cdcbc80cbb..95bc965c7c51 100644 --- a/sci-mathematics/glpk/ChangeLog +++ b/sci-mathematics/glpk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/glpk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.62 2013/06/14 20:45:46 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.63 2013/06/16 21:03:24 bicatali Exp $ + + 16 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> glpk-4.50.ebuild: + Updated slot for change of soname *glpk-4.50 (14 Jun 2013) diff --git a/sci-mathematics/glpk/glpk-4.50.ebuild b/sci-mathematics/glpk/glpk-4.50.ebuild index 9371925adb1e..6e113ea4c07b 100644 --- a/sci-mathematics/glpk/glpk-4.50.ebuild +++ b/sci-mathematics/glpk/glpk-4.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.50.ebuild,v 1.1 2013/06/14 20:45:46 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.50.ebuild,v 1.2 2013/06/16 21:03:24 bicatali Exp $ EAPI=5 @@ -11,7 +11,7 @@ LICENSE="GPL-3" HOMEPAGE="http://www.gnu.org/software/glpk/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -SLOT="0" +SLOT="0/35" IUSE="doc examples gmp odbc mysql static-libs" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" |