diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-09 12:32:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-09 12:32:40 +0000 |
commit | 6e7c7d0caad37888b5e9c83c173f602c98644c52 (patch) | |
tree | 8b93b2d3d43a097dbc741bc999fe04a900e5741c /app-emulation/libdsk | |
parent | Stable for amd64, wrt bug #289743 (diff) | |
download | gentoo-2-6e7c7d0caad37888b5e9c83c173f602c98644c52.tar.gz gentoo-2-6e7c7d0caad37888b5e9c83c173f602c98644c52.tar.bz2 gentoo-2-6e7c7d0caad37888b5e9c83c173f602c98644c52.zip |
reverted due to compile failure
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/libdsk')
-rw-r--r-- | app-emulation/libdsk/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/libdsk/libdsk-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/libdsk/ChangeLog b/app-emulation/libdsk/ChangeLog index a7b0593c35dd..57cdc02ffc9b 100644 --- a/app-emulation/libdsk/ChangeLog +++ b/app-emulation/libdsk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/libdsk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libdsk/ChangeLog,v 1.24 2012/02/09 12:31:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libdsk/ChangeLog,v 1.25 2012/02/09 12:32:40 ago Exp $ + + 09 Feb 2012; Agostino Sarubbo <ago@gentoo.org> libdsk-1.2.1.ebuild: + reverted due to compile failure 09 Feb 2012; Agostino Sarubbo <ago@gentoo.org> libdsk-1.2.1.ebuild: Stable for amd64, wrt bug #289743 diff --git a/app-emulation/libdsk/libdsk-1.2.1.ebuild b/app-emulation/libdsk/libdsk-1.2.1.ebuild index d982acb3165a..9cd1adf34867 100644 --- a/app-emulation/libdsk/libdsk-1.2.1.ebuild +++ b/app-emulation/libdsk/libdsk-1.2.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/app-emulation/libdsk/libdsk-1.2.1.ebuild,v 1.5 2012/02/09 12:31:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libdsk/libdsk-1.2.1.ebuild,v 1.6 2012/02/09 12:32:40 ago Exp $ inherit java-pkg-opt-2 flag-o-matic autotools @@ -11,7 +11,7 @@ SRC_URI="http://www.seasip.demon.co.uk/Unix/LibDsk/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="java" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" CDEPEND="sys-libs/zlib app-arch/bzip2" |