diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-14 16:20:13 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-14 16:20:13 +0000 |
commit | bc40d998c6f41e13ddcf9182fe92a07ffd9cfc61 (patch) | |
tree | 4978fa2d8e6d5358ffe3b10bffad10e7b67929ec /app-misc/when | |
parent | QA: add missing die statements (diff) | |
download | gentoo-2-bc40d998c6f41e13ddcf9182fe92a07ffd9cfc61.tar.gz gentoo-2-bc40d998c6f41e13ddcf9182fe92a07ffd9cfc61.tar.bz2 gentoo-2-bc40d998c6f41e13ddcf9182fe92a07ffd9cfc61.zip |
Stable on amd64, wrt bug #451646
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-misc/when')
-rw-r--r-- | app-misc/when/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/when/when-1.1.30.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/when/ChangeLog b/app-misc/when/ChangeLog index aae90606fce7..f8f72ff4acea 100644 --- a/app-misc/when/ChangeLog +++ b/app-misc/when/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/when # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.63 2013/01/14 16:19:42 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.64 2013/01/14 16:20:13 pinkbyte Exp $ + + 14 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> when-1.1.30.ebuild: + Stable on amd64, wrt bug #451646 14 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> when-1.1.30.ebuild: QA: add missing die statements diff --git a/app-misc/when/when-1.1.30.ebuild b/app-misc/when/when-1.1.30.ebuild index 145b07c91a74..f93cdea36027 100644 --- a/app-misc/when/when-1.1.30.ebuild +++ b/app-misc/when/when-1.1.30.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/app-misc/when/when-1.1.30.ebuild,v 1.2 2013/01/14 16:19:42 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v 1.3 2013/01/14 16:20:13 pinkbyte Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://www.lightandmatter.com/when/when.tar.gz -> ${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND="dev-lang/perl" |