diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-06-02 23:07:45 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-06-02 23:07:45 +0000 |
commit | 456adfab89f0443f8ca9ac3a011280f56cb87b0c (patch) | |
tree | 5334304f02f1c9e210dfad932045dba3893a89a7 /dev-python/shiboken | |
parent | taking maint. add remote-id. (diff) | |
download | gentoo-2-456adfab89f0443f8ca9ac3a011280f56cb87b0c.tar.gz gentoo-2-456adfab89f0443f8ca9ac3a011280f56cb87b0c.tar.bz2 gentoo-2-456adfab89f0443f8ca9ac3a011280f56cb87b0c.zip |
Stable on amd64 wrt bug #418421
(Portage version: 2.1.10.64/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/shiboken')
-rw-r--r-- | dev-python/shiboken/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/shiboken/shiboken-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/shiboken/ChangeLog b/dev-python/shiboken/ChangeLog index d4010ef37a69..2a4cedd46d61 100644 --- a/dev-python/shiboken/ChangeLog +++ b/dev-python/shiboken/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/shiboken # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.27 2012/05/30 07:38:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.28 2012/06/02 23:07:45 hwoarang Exp $ + + 02 Jun 2012; Markos Chandras <hwoarang@gentoo.org> shiboken-1.1.1.ebuild: + Stable on amd64 wrt bug #418421 30 May 2012; Justin Lecher <jlec@gentoo.org> shiboken-1.1.1.ebuild, +files/rpath.cmake: diff --git a/dev-python/shiboken/shiboken-1.1.1.ebuild b/dev-python/shiboken/shiboken-1.1.1.ebuild index 098e47b1ad85..63fda7ee5897 100644 --- a/dev-python/shiboken/shiboken-1.1.1.ebuild +++ b/dev-python/shiboken/shiboken-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.1.ebuild,v 1.3 2012/05/30 07:38:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.1.ebuild,v 1.4 2012/06/02 23:07:45 hwoarang Exp $ EAPI=4 @@ -16,7 +16,7 @@ SRC_URI="http://www.pyside.org/files/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" |