diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-10-10 12:05:07 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-10-10 12:05:07 +0000 |
commit | ec646dca9c244a9bfdb2d495c93e690ca2dc64cc (patch) | |
tree | 857630664ae6212f45b03e839eb55053c35da735 /app-text/unpaper | |
parent | Version bump thanks to Mikael Grahn (bug #381013). (diff) | |
download | gentoo-2-ec646dca9c244a9bfdb2d495c93e690ca2dc64cc.tar.gz gentoo-2-ec646dca9c244a9bfdb2d495c93e690ca2dc64cc.tar.bz2 gentoo-2-ec646dca9c244a9bfdb2d495c93e690ca2dc64cc.zip |
Really make keywords visible.
(Portage version: 2.2.0_alpha64/cvs/Linux x86_64)
Diffstat (limited to 'app-text/unpaper')
-rw-r--r-- | app-text/unpaper/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/unpaper/unpaper-0.4.ebuild | 3 | ||||
-rw-r--r-- | app-text/unpaper/unpaper-9999.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/unpaper/ChangeLog b/app-text/unpaper/ChangeLog index 4d6498f6cbb3..af982c591b99 100644 --- a/app-text/unpaper/ChangeLog +++ b/app-text/unpaper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/unpaper # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/ChangeLog,v 1.6 2011/10/08 19:48:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/ChangeLog,v 1.7 2011/10/10 12:05:07 scarabeus Exp $ + + 10 Oct 2011; Tomáš Chvátal <scarabeus@gentoo.org> unpaper-0.4.ebuild, + unpaper-9999.ebuild: + Really make keywords visible. 08 Oct 2011; Diego E. Pettenò <flameeyes@gentoo.org> unpaper-0.4.ebuild: Whoops, forgot the keywords. diff --git a/app-text/unpaper/unpaper-0.4.ebuild b/app-text/unpaper/unpaper-0.4.ebuild index 6b16b8908404..7c989c0bfd40 100644 --- a/app-text/unpaper/unpaper-0.4.ebuild +++ b/app-text/unpaper/unpaper-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-0.4.ebuild,v 1.2 2011/10/08 19:48:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-0.4.ebuild,v 1.3 2011/10/10 12:05:07 scarabeus Exp $ EAPI=4 @@ -17,7 +17,6 @@ HOMEPAGE="http://www.flameeyes.eu/projects/unpaper" LICENSE="GPL-2" -KEYWORDS="" SLOT="0" IUSE="test" diff --git a/app-text/unpaper/unpaper-9999.ebuild b/app-text/unpaper/unpaper-9999.ebuild index c352cea4bbf1..da1b35c4b7c8 100644 --- a/app-text/unpaper/unpaper-9999.ebuild +++ b/app-text/unpaper/unpaper-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-9999.ebuild,v 1.3 2011/10/08 19:47:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-9999.ebuild,v 1.4 2011/10/10 12:05:07 scarabeus Exp $ EAPI=4 @@ -9,6 +9,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-2 autotools else SRC_URI="http://www.flameeyes.eu/files/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Post-processor for scanned and photocopied book pages" @@ -16,7 +17,6 @@ HOMEPAGE="http://www.flameeyes.eu/projects/unpaper" LICENSE="GPL-2" -KEYWORDS="" SLOT="0" IUSE="test" |