diff options
author | Joe McCann <joem@gentoo.org> | 2004-12-02 23:37:18 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2004-12-02 23:37:18 +0000 |
commit | ad4e4d93bfb3abbaf8faccddcd94cc7b2a7e219d (patch) | |
tree | f7fd6689c434f054284d59eb8320fc6afb29a89c /app-editors | |
parent | remove subdeps and making sure to never again add dupe deps. Also adding gnom... (diff) | |
download | historical-ad4e4d93bfb3abbaf8faccddcd94cc7b2a7e219d.tar.gz historical-ad4e4d93bfb3abbaf8faccddcd94cc7b2a7e219d.tar.bz2 historical-ad4e4d93bfb3abbaf8faccddcd94cc7b2a7e219d.zip |
adding missing popt dep
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ghex/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/ghex/Manifest | 4 | ||||
-rw-r--r-- | app-editors/ghex/ghex-2.8.1.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog index 44fbeb316ff8..2c02e780523e 100644 --- a/app-editors/ghex/ChangeLog +++ b/app-editors/ghex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/ghex # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.23 2004/12/02 23:28:28 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.24 2004/12/02 23:37:18 joem Exp $ + + 02 Dec 2004; Joe McCann <joem@gentoo.org> ghex-2.8.1.ebuild: + adding missing popt dep *ghex-2.8.1 (02 Dec 2004) diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest index 73ef4e36c17f..a6baa622fa42 100644 --- a/app-editors/ghex/Manifest +++ b/app-editors/ghex/Manifest @@ -1,10 +1,10 @@ -MD5 18853ec1ea55cd712fbb0774ec737bdf ChangeLog 3047 +MD5 84ea29ee19f2b1c24690ba51c0b86686 ChangeLog 3137 MD5 080dc994f8bea08e2aec8fca72f956af ghex-1.2.1.ebuild 1007 MD5 3510e5185ac77e00a852e39af4867201 ghex-2.2.1.ebuild 670 MD5 c6095bb342cb460060a1154ae7c3cdf7 ghex-2.4.0.1.ebuild 772 MD5 2ba3c9510b917c3d9a8717e176a1e436 ghex-2.4.1.ebuild 788 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 f4f7c68efbf245245149c808ccec25df ghex-2.8.1.ebuild 730 +MD5 5c91f0951e28a2455bc50ce3dca40f6c ghex-2.8.1.ebuild 745 MD5 22a11afdebbfb2354881e9d76f88a06e files/digest-ghex-1.2.1 62 MD5 1e32613b88b86755c0dabc522af1ef41 files/digest-ghex-2.2.1 63 MD5 03fbd46972450f035f67135507be454b files/digest-ghex-2.4.0.1 65 diff --git a/app-editors/ghex/ghex-2.8.1.ebuild b/app-editors/ghex/ghex-2.8.1.ebuild index 6ba5a51565cf..1f3bbab58ce9 100644 --- a/app-editors/ghex/ghex-2.8.1.ebuild +++ b/app-editors/ghex/ghex-2.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.8.1.ebuild,v 1.2 2004/12/02 23:28:28 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.8.1.ebuild,v 1.3 2004/12/02 23:37:18 joem Exp $ inherit gnome2 @@ -14,6 +14,7 @@ IUSE="" RDEPEND=">=gnome-base/gail-0.17 >=x11-libs/gtk+-2.4 + dev-libs/popt >=dev-libs/atk-1 >=gnome-base/libgnomeui-2.6 >=gnome-base/libgnomeprintui-2.2" |