diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-18 20:17:05 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-18 20:17:05 +0000 |
commit | 36b3e3520f3963fa7bd0e240aaf212c22e9782cf (patch) | |
tree | a277bb9dfab2df52a137f4b34c958f324952dcb1 /app-text/barcode | |
parent | x86 stable wrt bug #393711 (diff) | |
download | gentoo-2-36b3e3520f3963fa7bd0e240aaf212c22e9782cf.tar.gz gentoo-2-36b3e3520f3963fa7bd0e240aaf212c22e9782cf.tar.bz2 gentoo-2-36b3e3520f3963fa7bd0e240aaf212c22e9782cf.zip |
x86 stable wrt bug #393713
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'app-text/barcode')
-rw-r--r-- | app-text/barcode/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/barcode/barcode-0.98-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/barcode/ChangeLog b/app-text/barcode/ChangeLog index 19821d74e951..2820c8c8f2ca 100644 --- a/app-text/barcode/ChangeLog +++ b/app-text/barcode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/barcode # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.21 2011/12/17 19:19:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.22 2011/12/18 20:17:05 phajdan.jr Exp $ + + 18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> barcode-0.98-r1.ebuild: + x86 stable wrt bug #393713 17 Dec 2011; Agostino Sarubbo <ago@gentoo.org> barcode-0.98-r1.ebuild: Added libpaper also as DEPEND diff --git a/app-text/barcode/barcode-0.98-r1.ebuild b/app-text/barcode/barcode-0.98-r1.ebuild index bc7dc7e92cf0..3820eee67757 100644 --- a/app-text/barcode/barcode-0.98-r1.ebuild +++ b/app-text/barcode/barcode-0.98-r1.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/barcode/barcode-0.98-r1.ebuild,v 1.3 2011/12/17 19:19:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98-r1.ebuild,v 1.4 2011/12/18 20:17:05 phajdan.jr Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/barcode/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND="app-text/libpaper" DEPEND="${RDEPEND}" |