diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-10-08 19:48:18 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-10-08 19:48:18 +0000 |
commit | f4a93de2ac65420320a0b0773495341f7b216fab (patch) | |
tree | 1c4edc1a85cf717a321e3261cee42140cad611ce /app-text/unpaper | |
parent | Update live ebuild with new homepage URL, and bump to 0.4 version that use my... (diff) | |
download | gentoo-2-f4a93de2ac65420320a0b0773495341f7b216fab.tar.gz gentoo-2-f4a93de2ac65420320a0b0773495341f7b216fab.tar.bz2 gentoo-2-f4a93de2ac65420320a0b0773495341f7b216fab.zip |
Whoops, forgot the keywords.
(Portage version: 2.2.0_alpha63/cvs/Linux x86_64)
Diffstat (limited to 'app-text/unpaper')
-rw-r--r-- | app-text/unpaper/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/unpaper/unpaper-0.4.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-text/unpaper/ChangeLog b/app-text/unpaper/ChangeLog index 9fce20560c06..4d6498f6cbb3 100644 --- a/app-text/unpaper/ChangeLog +++ b/app-text/unpaper/ChangeLog @@ -1,6 +1,9 @@ # 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.5 2011/10/08 19:47:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/ChangeLog,v 1.6 2011/10/08 19:48:18 flameeyes Exp $ + + 08 Oct 2011; Diego E. Pettenò <flameeyes@gentoo.org> unpaper-0.4.ebuild: + Whoops, forgot the keywords. *unpaper-0.4 (08 Oct 2011) diff --git a/app-text/unpaper/unpaper-0.4.ebuild b/app-text/unpaper/unpaper-0.4.ebuild index e038e600c106..6b16b8908404 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.1 2011/10/08 19:47:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-0.4.ebuild,v 1.2 2011/10/08 19:48:18 flameeyes 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" |